Last active
November 25, 2015 17:29
-
-
Save programmerextraordinaire/42c209a44d0fd140b884 to your computer and use it in GitHub Desktop.
BoxStarter install script for IQAutoScan3.
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 powershell -pre | |
cinst notepadplusplus | |
cinst git-credential-winstore | |
cinst console-devel | |
cinst sublimetext2 | |
cinst poshgit | |
cinst 7zip | |
cinst mongodb | |
cinst robomongo | |
cinst IIS-WebServerRole -source windowsfeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment