-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Added "Disable Bing search suggestions in Start Menu" #117
Added "Disable Bing search suggestions in Start Menu" #117
Conversation
95b4590
to
803ef2b
Compare
What a great contribution! I have nothing to add but just admire your choices. I think everything looks good. I'll do a patch release in a week and two and then a minor release with new scripts and some other cool improvements, so I'll merge this after the patch is out. I have messed up by this PR by force-pushing on master. I really don't like how GitHub handles this. But no worries, I'll fix it (rebase this back on master) before merging. Thank you, hope to see you around more 👍️ |
b7ea925
to
db47440
Compare
6643d95
to
112e79a
Compare
8f2f593
to
f911b5f
Compare
da74284
to
da4be50
Compare
1c51622
to
6ada8d4
Compare
64dbf1c
to
1d5e969
Compare
1d5e969
to
b1f9a08
Compare
beb4042
into
undergroundwires:master
@Permanently I made a mistake and lost this code when I was merging this, GitHub CLI ruined this. I will merge this manually. Sorry for merging this late. I was thinking of making feature releases for new scripts but its taking too much time so I'll add new script as part of new patches. |
- Add disabling bing search suggestions, resolving #117. - Fix revert codes to align with default OS configurations. - Implement message for recommended explorer.exe restart. - Simplify script names for ease of understanding. - Provide detailed documentation for each script change. - Correct `BingSearchEnabled` registry path from HKLM to HKCU.
- Add disabling bing search suggestions, resolving #117. - Fix revert codes to align with default OS configurations. - Implement message for recommended explorer.exe restart. - Simplify script names for ease of understanding. - Provide detailed documentation for each script change. - Correct `BingSearchEnabled` registry path from HKLM to HKCU. - Improve categorization of search privacy scripts.
No worries - if you still have the registry key then it shouldn't be hard to add in anyway. Just take another registry key modification script and whack it in. |
Hello again 👋 thought I'd add since some people (myself included) don't want to use Bing at all.
Added "Disable Bing search suggestions in Start Menu"