Last active
August 29, 2015 14:13
-
-
Save richardadalton/cfcca83f68128b22415c to your computer and use it in GitHub Desktop.
NewDevBox
This file contains hidden or 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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst visualstudio2013professional -InstallArguments "/Features:'Blend WebTools'" | |
cinst vs2013.4 | |
cinst visualstudio2013-sdk | |
cinst visualstudio2013-modelingsdk | |
cinst sublimetext2 | |
cinst virtualbox | |
cinst vagrant | |
cinst git | |
cinst gitextensions | |
cinst google-chrome-x64 | |
cinst nugetpackageexplorer | |
cinst nugetpackagemanager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment