Last active
August 29, 2015 14:01
-
-
Save matthewseng/219ed4b02ae4ff6dd583 to your computer and use it in GitHub Desktop.
Boxstarter script for developer machine
This file contains hidden or 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-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