Last active
August 29, 2015 13:57
-
-
Save jcdarwin/9561291 to your computer and use it in GitHub Desktop.
A Boxstarter script for provisioning a IE8Win7 OVM sourced from modern.ie
This file contains 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 | |
Disable-UAC | |
Disable-MicrosoftUpdate | |
cinst git.install | |
cinst git-credential-winstore | |
cinst console-devel | |
cinst sublimetext2 | |
cinst poshgit | |
cinst nodejs.install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment