Last active
January 4, 2016 20:09
-
-
Save marklkelly/8672147 to your computer and use it in GitHub Desktop.
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 | |
cinst IIS-ApplicationDevelopment -source windowsfeatures | |
cinst IIS-WebServer -source windowsfeatures | |
cinst IIS-ASPNET -source windowsfeatures | |
cinst IIS-ASPNET45 -source windowsfeatures | |
cinst IIS-CommonHttpFeatures -source windowsfeatures | |
cinst aspnetmvc4.install | |
cinst TelnetClient -source windowsFeatures | |
cinst VisualStudio2013Professional -InstallArguments "WebTools" | |
cinst javaruntime | |
cinst dotPeek | |
cinst NugetPackageExplorer | |
cinst NugetPackageManager | |
cinst GoogleChrome | |
cinst Firefox | |
cinst msysgit | |
cinst fiddler | |
cinst SourceTree | |
cinst notepadplusplus | |
cinst SublimeText3 | |
cinst resharper | |
Disable-InternetExplorerESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment