New
#40
It seems Microsoft has fixed the issue now on their end.
Windows 10 users encountering problems with built-in search | ZDNet
UPDATE: A Microsoft spokesperson says the issue should now be resolved for most. You need to reboot your PC -- at least once. In my case, third reboot was the charm. No word on what caused the issue or how Microsoft intends to prevent this from happening in the future.
Last edited by Brink; 21 May 2021 at 10:41.
A Windows search box issue affecting some machines has been resolved for most users and in some cases, you might need to restart your device. Check the Windows message center for the latest updates:
Windows 10 Search shows blank box issue has been resolved
Last edited by Brink; 21 May 2021 at 10:41.
It's crazy that you have to hack the Windows Registry (even on Win 10 Pro) to stop local searches from being sent to Bing.
If you want to stop searches from being sent to Bing, should the first four DWORD values be set to 0 and the last one set to 1?
Hello mate,
These are the values for off:
Code:[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search] "AllowSearchToUseLocation"=dword:00000000 "BingSearchEnabled"=dword:00000000 "ConnectedSearchUseWeb"=dword:00000000 "CortanaConsent"=dword:00000000 "DisableWebSearch"=dword:00000001
It works (at least for now). Thanks.![]()
I decided to turn this off since I don't want searches being sent to MS and prefer to use a browser when I want to search the web. This setting should be available in Settings and not be set by a registry fix.