Created
June 11, 2019 01:11
-
-
Save webmastir/0d6ff3e906af722cbc145c1c54cf8888 to your computer and use it in GitHub Desktop.
Disable Bing in Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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