Skip to content

Instantly share code, notes, and snippets.

@ptrstpp950
Last active April 10, 2016 14:25
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