Last active
March 14, 2016 11:48
-
-
Save bramd/07422187538525322643 to your computer and use it in GitHub Desktop.
Minimal Boxstarter script
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
cinst nvda -version 2016.1 | |
Install-WindowsUpdate | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst notepadplusplus | |
cinst javaruntime | |
cinst 7zip | |
cinst firefox | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst sysinternals | |
cinst java.jdk | |
cinst Silverlight | |
cinst adobeshockwaveplayer | |
cinst lockhunter | |
cinst windowstelnet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment