Last active
August 29, 2015 14:10
-
-
Save gregjhogan/d2a2528019e35595255f 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
# command to run: (if IE is not your default browser, open the URL below in IE) | |
# START http://boxstarter.org/package/nr/url?https://gist.github.com/active-low/d2a2528019e35595255f/raw/boxstarter-dev-azure-vm | |
# or if you install boxstarter first you can run: | |
# Install-BoxstarterPackage -PackageName https://gist.github.com/active-low/d2a2528019e35595255f/raw/boxstarter-dev-azure-vm | |
Update-ExecutionPolicy Unrestricted | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-MicrosoftUpdate | |
Enable-RemoteDesktop | |
cinst DotNet3.5 | |
cinst DotNet4.5 | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst IIS-HttpCompressionDynamic -source windowsfeatures | |
cinst IIS-ManagementScriptingTools -source windowsfeatures | |
cinst IIS-WindowsAuthentication -source windowsfeatures | |
cinst IIS-WebServerRole -source WindowsFeatures | |
cinst IIS-ISAPIFilter -source WindowsFeatures | |
cinst IIS-ISAPIExtensions -source WindowsFeatures | |
#Enable ASP.NET on Windows 2012/8 | |
cinst IIS-NetFxExtensibility45 -source WindowsFeatures | |
cinst NetFx4Extended-ASPNET45 -source WindowsFeatures | |
cinst IIS-ASPNet45 -source WindowsFeatures | |
cinst UrlRewrite | |
cinst GoogleChrome | |
cinst Firefox | |
cinst Fiddler4 | |
cinst TortoiseSvn | |
cinst 7zip | |
cinst SublimeText3 | |
# VS 2013.4 already installed on Azure VM | |
#cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools'" | |
# VS 2013.4 Web Essentials | |
Install-ChocolateyVsixPackage WebEssentials2013 https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/43/WebEssentials2013.vsix | |
# VS 2013.4 Web Essentials | |
Install-ChocolateyVsixPackage WebEssentials2013 https://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/43/WebEssentials2013.vsix | |
# ReSharper | |
choco install resharper | |
Install-WindowsUpdate -AcceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment