Last active
August 29, 2015 14:15
-
-
Save kreeger/80a193110d953073e24e to your computer and use it in GitHub Desktop.
My Boxstarter bootstrap script. Run with START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/kreeger/80a193110d953073e24e/raw/kreeger-boxstart.txt
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
Disable-UAC | |
Disable-InternetExplorerESC | |
Enable-MicrosoftUpdate | |
Install-WindowsUpdate | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst chocolatey | |
cinst git | |
cinst flashplayerplugin | |
cinst google-chrome-x64 | |
cinst firefox | |
cinst 7zip | |
cinst adobereader | |
cinst cccp | |
cinst vlc | |
cinst powershell | |
cinst skype | |
cinst dotnet4.5 | |
cinst dotnet4.0 | |
cinst dotnet3.5 | |
cinst putty | |
cinst dropbox | |
cinst wget | |
cinst itunes | |
cinst sublimetext3 | |
cinst sublimetext3.packagecontrol | |
cinst sublimetext3.powershellalias | |
cinst jre8 | |
cinst jdk8 | |
cinst silverlight | |
cinst vmwareplayer | |
cinst cdburnerxp | |
cinst virtualclonedrive | |
cinst classic-shell | |
cinst googledrive | |
cinst 1password | |
cinst steam | |
cinst origin | |
cinst transmission-qt | |
cinst imgburn | |
cinst android-sdk | |
cinst spybot | |
cinst eclipse | |
cinst androidstudio | |
cinst crashplan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment