Last active
August 29, 2015 14:20
-
-
Save AdamCaviness/418167cc601090a9a8c3 to your computer and use it in GitHub Desktop.
Boxstarter script
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 fiddler4 | |
cinst git | |
cinst nodejs | |
cinst Brackets | |
cinst kdiff3 | |
cinst jre8 | |
cinst redis-desktop-manager | |
cinst ConEmu | |
cinst elasticsearch | |
cinst CShell | |
cinst scriptcs | |
cinst redis-64 | |
cinst sublimetext2 | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment