Skip to content

Instantly share code, notes, and snippets.

@jakeb1996
Created January 29, 2020 02:33
Show Gist options
  • Select an option

  • Save jakeb1996/cbbaa53be90a645518ce62136b1c540e to your computer and use it in GitHub Desktop.

Select an option

Save jakeb1996/cbbaa53be90a645518ce62136b1c540e to your computer and use it in GitHub Desktop.
Remove Bing from Windows 10 start menu
# Thanks to harrymc 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