fr33thytweaks / Ultimate-Windows-Optimization-Guide

181 stars 16 forks source link

disable web search box #31

Closed rjdXpxigYxNT closed 3 days ago

rjdXpxigYxNT commented 1 week ago

some registry keys to disable web search that can be added

; Disable web search
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"CortanaConsent"=dword:00000000
fr33thytweaks commented 3 days ago

yeah i think those reg keys are no longer needed? at least on the new build of windows might be dead reg keys?

image

; disable web search in start menu [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] "DisableSearchBoxSuggestions"=dword:00000001

i only need this for w10 and w11 (updated)

image

image

thankyou for the suggestion though