Skip to content

Instantly share code, notes, and snippets.

@andrewbbrown
Created January 15, 2018 07:53
Show Gist options
  • Save andrewbbrown/66b1657c14247791786999d3eb1b5274 to your computer and use it in GitHub Desktop.
Save andrewbbrown/66b1657c14247791786999d3eb1b5274 to your computer and use it in GitHub Desktop.
Boxstarter script to configure and update Dev OS
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
Disable-InternetExplorerESC
Set-TaskbarOptions -Size Small
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
CINST dotnet3.5
CINST dotnet4.7
CINST powershell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment