Skip to content

Instantly share code, notes, and snippets.

@Stephanvs
Last active January 1, 2016 20:59
Show Gist options
  • Save Stephanvs/8200265 to your computer and use it in GitHub Desktop.
Save Stephanvs/8200265 to your computer and use it in GitHub Desktop.
Boxstarter DevVM
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Disable-InternetExplorerESC
cinst GoogleChrome
cinst adblockpluschrome
cinst VisualStudio2013Ultimate
cinst resharper
cinst SublimeText3
cinst VS2013SDK
cinst dotPeek
cinst genymotion
cinst WindowsPhone8SDK
cinst fiddler4
cinst dropbox
cinst 7zip
cinst Evernote5
cinst 1password
cinst f.lux
cinst spotify
cinst SABnzbd
cinst SourceCodePro
cinst RobotoFonts
cinst poshgit
#sql express
#iis
$cred=Get-Credential Administrator
"TestingVM" |
Enable-BoxstarterVM -Credential $cred |
Install-BoxstarterPackage -PackageName https://gist.github.com/Stephanvs/8200265/raw/c74a9327e82896439f09fb3b62510d55fff9acc2/install.wbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment