Last active
May 12, 2016 23:24
-
-
Save khellang/2a13103c8527ad495cf7 to your computer and use it in GitHub Desktop.
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 up Windows | |
| Disable-UAC | |
| Enable-RemoteDesktop | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
| Set-TaskbarOptions -Lock -Size Large -Dock Left | |
| # Windows 8 / 8.1 Specific | |
| Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart | |
| Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps | |
| # Install all the apps! | |
| cinst fiddler | |
| cinst git | |
| cinst 7zip | |
| cinst GoogleChrome.Canary | |
| cinst dropbox | |
| cinst skype | |
| cinst scriptcs | |
| cinst ConEmu | |
| cinst SublimeText3 | |
| cinst NugetPackageExplorer | |
| cinst spotify | |
| # cinst P4Merge -- Currently not working... | |
| cinst VisualStudio2013Ultimate | |
| cinst resharper | |
| cinst dotCover | |
| cinst dotPeek | |
| cinst dotTrace | |
| cinst dotMemory | |
| cinst markdownpad2 | |
| cinst MsSqlServer2012Express |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment