-
-
Save ptrstpp950/1274f0b8d16f1c25b686 to your computer and use it in GitHub Desktop.
My PC Boxstarter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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