Skip to content

Instantly share code, notes, and snippets.

@paulshir
Last active August 29, 2015 14:20
Show Gist options
  • Save paulshir/d0ab06829a93cf5870c6 to your computer and use it in GitHub Desktop.
Save paulshir/d0ab06829a93cf5870c6 to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
choco install git -params '"/GitAndUnixToolsOnPath"'
choco install 7zip
choco install notepadplusplus
choco install docker
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
choco install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment