Skip to content

Instantly share code, notes, and snippets.

@marklkelly
Last active January 4, 2016 20:09
Show Gist options
  • Save marklkelly/8672147 to your computer and use it in GitHub Desktop.
Save marklkelly/8672147 to your computer and use it in GitHub Desktop.
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