Last active
January 1, 2016 20:59
-
-
Save Stephanvs/8200265 to your computer and use it in GitHub Desktop.
Boxstarter DevVM
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
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 |
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
$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