Skip to content

Instantly share code, notes, and snippets.

@Ddedalus
Created November 4, 2019 13:13
Show Gist options
  • Select an option

  • Save Ddedalus/5159e87c85c20423f5408b798fe3f43e to your computer and use it in GitHub Desktop.

Select an option

Save Ddedalus/5159e87c85c20423f5408b798fe3f43e to your computer and use it in GitHub Desktop.
Disable web in Windows 10 start menu
:: See https://superuser.com/a/1325836
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v BingSearchEnabled /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v AllowSearchToUseLocation /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v CortanaConsent /t REG_DWORD /d 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment