Last active
December 29, 2015 14:39
-
-
Save marklkelly/7685155 to your computer and use it in GitHub Desktop.
BoxStarter Machine Config
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 | |
# Essentials | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst ASPNET -source webpi | |
cinst NetFx3 -source windowsfeatures | |
cinst PowerShell | |
cinst VisualStudio2012ProfessionalWebTools | |
cinst DotNet4.5.1 | |
cinst aspnetmvc4.install | |
cinst MsSqlServer2012ExpressAdv | |
cinst javaruntime | |
# Optional extras | |
cinst TelnetClient -source windowsFeatures | |
cinst dotPeek | |
cinst resharper | |
cinst NugetPackageExplorer | |
cinst NugetPackageManager | |
cinst GoogleChrome | |
cinst Firefox | |
cinst msysgit | |
cinst fiddler | |
cinst SourceTree | |
cinst notepadplusplus | |
Install-ChocolateyVsixPackage episerver http://visualstudiogallery.msdn.microsoft.com/4ad95160-e72f-4355-b53e-0994d2958d3e/file/76574/6/EPiServerVsExtension.vsix | |
Disable-InternetExplorerESC | |
c:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment