Search Settings disappeared

Mr. Yu

Member
Messages
314
Reaction score
24
Hello,
I removed Windows Search, which will disable Search Indexing and hide the Permissions and Search Record Settings panel. But it did not disable network search.
I am unable to disable network search now, clicking on the yellow area will only redirect you to the settings main page, because the settings panel is hidden.
Is there any solution? Thank you!

View attachment 12109
 
Disable web results on Windows Search:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"DisableSearchBoxSuggestions"=dword:00000001
 
Disable web results on Windows Search:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"DisableSearchBoxSuggestions"=dword:00000001
I exported the reg file and stuffed it into ntlite, which is very useful.
 
Back
Top