Skip to content

Instantly share code, notes, and snippets.

@matthewseng
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save matthewseng/219ed4b02ae4ff6dd583 to your computer and use it in GitHub Desktop.

Select an option

Save matthewseng/219ed4b02ae4ff6dd583 to your computer and use it in GitHub Desktop.
Boxstarter script for developer machine
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst IIS-WebServerRole -source windowsfeatures
cinst javaruntime
cinst DotNet4.5
cinst teamviewer
cinst FoxitReader
cinst skype
cinst 7zip
cinst notepadplusplus
cinst filezilla
cinst fiddler4
cinst tortoisesvn
cinst GoogleChrome
cinst Firefox
cinst SqlServer2012Express
cinst VisualStudio2013Professional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment