Skip to content

Instantly share code, notes, and snippets.

@batzen
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batzen/9722297 to your computer and use it in GitHub Desktop.
Save batzen/9722297 to your computer and use it in GitHub Desktop.
#region Windows settings
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
Enable-RemoteDesktop
Disable-InternetExplorerESC
#endregion
#region Windows updates
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
#endregion
#region Tools
cinst 7zip.install
cinst sysinternals
#disabled because it requires .NET 3.5
#cinst paint.net
cinst treesizefree
#endregion
#region DEV
cinst Batzendev.Tools
cinst winmerge
cinst NugetPackageExplorer
cinst fiddler4
cinst sublimetext3
#disabled expresso because it didn't work
#cinst expresso
cinst ilspy
cinst windbg
cinst VisualStudio2013Ultimate -InstallArguments "Blend WebTools Win8SDK WindowsPhone80"
cinst VS2013.3
cinst resharper
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment