Skip to content

Instantly share code, notes, and snippets.

@ptrstpp950
Last active April 10, 2016 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptrstpp950/1274f0b8d16f1c25b686 to your computer and use it in GitHub Desktop.
Save ptrstpp950/1274f0b8d16f1c25b686 to your computer and use it in GitHub Desktop.
My PC Boxstarter
Update-ExecutionPolicy Unrestricted
Enable-RemoteDesktop
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe"
cinst IIS-WebServerRole -source windowsfeatures
cinst IIS-HttpCompressionDynamic -source windowsfeatures
cinst TelnetClient -source windowsFeatures
cinst git
cinst poshgit
cinst nodejs.install
cins visualstudiocode
cinst notepadplusplus
cinst 7zip.install
cinst google-chrome-x64
cinst firefox
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment