Created
January 15, 2018 07:53
-
-
Save andrewbbrown/66b1657c14247791786999d3eb1b5274 to your computer and use it in GitHub Desktop.
Boxstarter script to configure and update Dev OS
This file contains 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
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