Skip to content

Instantly share code, notes, and snippets.

@mamcx
Last active February 8, 2018 19:00
Show Gist options
  • Save mamcx/ef3ec859eea40dacfe5007c719f66a91 to your computer and use it in GitHub Desktop.
Save mamcx/ef3ec859eea40dacfe5007c719f66a91 to your computer and use it in GitHub Desktop.
Boxstarter windows
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