Last active
August 29, 2015 14:01
-
-
Save marknorgren/098f2297ea35b39499d0 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-credential-winstore | |
cinst console-devel | |
cinst sublimetext2 | |
cinst poshgit | |
#cinst dotpeek | |
#cinst Microsoft-Hyper-V-All -source windowsFeatures | |
#cinst IIS-WebServerRole -source windowsfeatures | |
<# | |
## To Run: | |
##START http://boxstarter.org/package/nr/url?<RAW GIT URL> | |
#> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment