Skip to content

Instantly share code, notes, and snippets.

@kwokhou
Last active August 29, 2015 14:24
Show Gist options
  • Save kwokhou/8063fb6c8eaeb291a988 to your computer and use it in GitHub Desktop.
Save kwokhou/8063fb6c8eaeb291a988 to your computer and use it in GitHub Desktop.
Boxstarter config for Windows ASP.NET development
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-MicrosoftUpdate
Install-WindowsUpdate
Set-CornerNavigationOptions -EnableUsePowerShellOnWinX
Update-ExecutionPolicy
choco install git -y
choco install git-credential-winstore -y
choco install conemu -y
choco install diffmerge -y
choco install notepad2-mod -y
choco install vim -y
choco install filezilla -y
choco install fiddler4 -y
choco install greenshot -y
choco install foxitreader -y
choco install google-chrome-x64 -y
choco install firefox -y
choco install nodejs.install -y
choco install visualstudiocommunity2013 -y
choco install mssqlserver2014express -y
choco install mssqlservermanagementstudio2014express -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment