Skip to content

Instantly share code, notes, and snippets.

@marklkelly
Last active December 29, 2015 14:39
Show Gist options
  • Save marklkelly/7685155 to your computer and use it in GitHub Desktop.
Save marklkelly/7685155 to your computer and use it in GitHub Desktop.
BoxStarter Machine Config
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