Skip to content

Instantly share code, notes, and snippets.

@dislogical
Created October 29, 2014 20:51
Show Gist options
  • Select an option

  • Save dislogical/6aa966142e9f35b455af to your computer and use it in GitHub Desktop.

Select an option

Save dislogical/6aa966142e9f35b455af to your computer and use it in GitHub Desktop.
Boxstarter Bootstrap Script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Set-StartScreenOptions -EnableBootToDesktop
Enable-RemoteDesktop
cinst toolsroot
cinst DotNet3.5
cinst DotNet4.5
cinst javaruntime
cinst nodejs
cinst python -version 2.7.6
cinst pip
cinst ruby
cinst ruby.devkit
cinst rubygems
cinst Atom
cinst cmake
cinst cmder
cinst git
cinst mongodb
cinst P4Merge
cinst SourceTree
cinst vagrant
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools'"
cinst 7zip
cinst Clover
cinst deluge
cinst f.lux
cinst google-chrome-x64
cinst paint.net
cinst steam
cinst TeraCopy
cinst windirstat
cinst winscp
cinst vlc
Disable-UAC
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment