Skip to content

Instantly share code, notes, and snippets.

@rmueller
Last active September 12, 2016 12:35
Show Gist options
  • Save rmueller/b0190da7346ad4d65204a6ea0657b8c0 to your computer and use it in GitHub Desktop.
Save rmueller/b0190da7346ad4d65204a6ea0657b8c0 to your computer and use it in GitHub Desktop.
Disable-UAC
choco feature enable -n=allowGlobalConfirmation
cinst 7zip.install
cinst ConEmu
cinst slack
cinst sublimetext3
cinst beyondcompare
cinst putty
cinst sysinternals
cinst windowsazurepowershell
cinst procmon
cinst notepadplusplus
cinst javaruntime
cinst gitextensions
cinst paint.net
cinst spotify
cinst virtualbox
cinst Atom
cinst sumatrapdf.install
cinst mssqlservermanagementstudio2014express
cinst winscp
cinst firefox
cinst visualstudio2015community -packageParameters "--AdminFile https://gist.githubusercontent.com/rmueller/003e2451619b8090008b15f1aa7a1d7c/raw/84ed62ef8a8d30253f6e5e6153fdfa84b5184735/AdminDeployment.xml"
cinst dotnet4.6.2
cinst nodejs.install
cinst IIS-WebServerRole -source windowsfeatures
# Basic windows stuff
Install-WindowsUpdate -getUpdatesFromMS -acceptEula -SuppressReboots
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
Enable-UAC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment