Skip to content

Disable Windows Web Search 1.0#3901

Draft
davidevol wants to merge 1 commit into
ramensoftware:mainfrom
davidevol:main
Draft

Disable Windows Web Search 1.0#3901
davidevol wants to merge 1 commit into
ramensoftware:mainfrom
davidevol:main

Conversation

@davidevol
Copy link
Copy Markdown

  • Initial release.

Mod authorship

This mod was created by:

    • Manually by the submitter (with or without AI assistance)
    • Claude
    • ChatGPT
    • Gemini
    • Another AI (please specify):
    • Other (please specify):

Initial release.
return false;
}

status = RegSetValueExW(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the benefits of Windhawk mods is that they don't make persistent changes to the system - all changes are done in memory. It makes it safe to try mods, knowing that disabling them will revert all changes.

This registry modification violates this principle.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to rewrite the mod to according to the principles of Windwahk, Thank you for your willingness.

@davidevol davidevol marked this pull request as draft April 27, 2026 15:53
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

Successfully merging this pull request may close these issues.

2 participants