Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable web search in windows search #10

Closed
dmitriid opened this issue May 3, 2024 · 6 comments
Closed

Disable web search in windows search #10

dmitriid opened this issue May 3, 2024 · 6 comments

Comments

@dmitriid
Copy link

dmitriid commented May 3, 2024

This could be a useful feature to add:


according to https://www.tomshardware.com/how-to/disable-windows-web-search

Path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows

Key: DWORD (32-bit) DisableSearchBoxSuggestions

Value: 1


And according to https://twitter.com/ultrawide219/status/1786104392753766466

Path: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search

Key: DWORD (32-bit) BingSearchEnabled

Value: 0

@robvdl
Copy link

robvdl commented May 3, 2024

Yeah I recommend this setting, it massively speeds up search as it doesn't have to do a round trip to the Internet.

This exists in W10 as well as I recall, not a new setting.

Qynklee added a commit to Qynklee/OFGB that referenced this issue May 4, 2024
@The-Synthax
Copy link

You have to create the key "Explorer" to make the final path HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer before adding DisableSearchBoxSuggestions

@xM4ddy
Copy link
Owner

xM4ddy commented May 5, 2024

My plan is to gather up a few more useful keys and then add a section that is enabled only when running as admin and probably will normally be greyed out. I don't feel like for only one option it makes too much sense right now to add this. I think I'm going to start a discussion about useful keys.

@xM4ddy
Copy link
Owner

xM4ddy commented May 5, 2024

This could be a useful feature to add:

according to https://www.tomshardware.com/how-to/disable-windows-web-search

Path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows

Key: DWORD (32-bit) DisableSearchBoxSuggestions

Value: 1

And according to https://twitter.com/ultrawide219/status/1786104392753766466

Path: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search

Key: DWORD (32-bit) BingSearchEnabled

Value: 0

Hey do you think you could add this to the discussion!
#15

@dmitriid
Copy link
Author

dmitriid commented May 5, 2024

@xM4ddy done! 👍 with correction by @The-Synthax

@dimitri-dev
Copy link

My plan is to gather up a few more useful keys and then add a section that is enabled only when running as admin and probably will normally be greyed out.

@xM4ddy There could be a button to prompt to re-run the app as Administrator instead of relying on the user's knowledge :)

@xM4ddy xM4ddy closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants