Skip to content

Instantly share code, notes, and snippets.

@webmastir
Created June 11, 2019 01:11
Show Gist options
  • Save webmastir/0d6ff3e906af722cbc145c1c54cf8888 to your computer and use it in GitHub Desktop.
Save webmastir/0d6ff3e906af722cbc145c1c54cf8888 to your computer and use it in GitHub Desktop.
Disable Bing in Windows 10
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name "BingSearchEnabled" -Type DWord -Value 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment