Disable Bing search...
 
Notifications
Clear all

Disable Bing search in the start menu

1 Posts
1 Users
0 Reactions
12 Views
Frank Schroeder
(@iseetwizard)
Reputable Member Admin
Joined: 5 years ago
Posts: 97
Topic starter  

Since the Bing search is in the start menu I always have issue searching and finding what I'm looking for as he always also searches the web.

So here is a little registry tweak to simply disable this search function.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000


 

Pay attention that you can have for the current user under HKEY_LOCAL_USER or system wide under HKEY_LOCAL_MACHINE


   
Quote