Skip to content

Instantly share code, notes, and snippets.

@khellang
Last active May 12, 2016 23:24
Show Gist options
  • Select an option

  • Save khellang/2a13103c8527ad495cf7 to your computer and use it in GitHub Desktop.

Select an option

Save khellang/2a13103c8527ad495cf7 to your computer and use it in GitHub Desktop.
# 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