Skip to content

Instantly share code, notes, and snippets.

@jamesrcounts
Created March 20, 2015 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesrcounts/6e6d37f80f7bdedd54c1 to your computer and use it in GitHub Desktop.
Save jamesrcounts/6e6d37f80f7bdedd54c1 to your computer and use it in GitHub Desktop.
vb6 boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
choco install googlechrome
choco install sublimetext2
choco install console2
choco install sourcecodepro
choco install githubforwindows
choco install tortoisemerge
choco install pscx
Install-WindowsUpdate
Set-ExecutionPolicy -Force Unrestricted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment