Last active
February 8, 2018 19:00
-
-
Save mamcx/ef3ec859eea40dacfe5007c719f66a91 to your computer and use it in GitHub Desktop.
Boxstarter windows
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Set-StartScreenOptions -EnableBootToDesktop | |
Set-MpPreference -DisableRealtimeMonitoring $true | |
cinst sublimetext3 | |
cinst winrar | |
cinst cmder | |
cinst firefox | |
cinst googlechrome | |
cinst sql-server-express | |
cinst sql-server-management-studio | |
cinst firebird --version 2.5.7.1000 | |
cinst vcpython27 | |
cinst python2 | |
cinst pywin32 | |
Set-MpPreference -DisableRealtimeMonitoring $false | |
Install-WindowsUpdate -AcceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment