Skip to content

Instantly share code, notes, and snippets.

@nrb
Created January 9, 2017 23:59
Show Gist options
  • Save nrb/8ef5b6ed328bc7f8d2654507dd91a967 to your computer and use it in GitHub Desktop.
Save nrb/8ef5b6ed328bc7f8d2654507dd91a967 to your computer and use it in GitHub Desktop.
My boxstarter scripts
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
New-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\' -Name 'Windows Search' | Out-Null
New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search' -Name 'AllowCortana' -PropertyType DWORD -Value '0' | Out-Null
cinst steam
cinst battle.net
cinst origin
cinst cpu-z
cinst obs-studio
cinst dropbox
cinst 7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment