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

[Bug]: Invalid registry key path in windows.yaml #446

Closed
megamurmulis opened this issue Nov 10, 2024 · 3 comments
Closed

[Bug]: Invalid registry key path in windows.yaml #446

megamurmulis opened this issue Nov 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@megamurmulis
Copy link

Description

FILE: \src\application\collections\windows.yaml
LINE: 481
OLD:  keyPath: HKCU\Software\Microsoft\Windows\v
FIX:  keyPath: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery

Importance: Low (as registry key not used in newer Windows versions)

Path incorrect ~ likely due not applying sufficient force on [CTRL] key when pasting (CTRL+v).

Reproduction steps

N/A

Expected behavior

Fixed registry key path (HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery)

Screenshots

No response

privacy.sexy environment details

No response

Additional context

No response

@megamurmulis megamurmulis added the bug Something isn't working label Nov 10, 2024
@megamurmulis
Copy link
Author

Also wrong valueName:

  name: Disable Automatic Updates (AU) feature
  valueName: Enabled
  data: "1"

=> probably should be:
valueName: NoAutoUpdate

undergroundwires added a commit that referenced this issue Dec 2, 2024
- Fix value name for disabling Auto Updates feature
- Fix key name for disabling search history
- Improve docs for disabling Auto Updates feature
@undergroundwires
Copy link
Owner

Thank you @megamurmulis, I've fixed those and they'll be released as part of next release, please report more issues in new threads if you encounter any.

@undergroundwires
Copy link
Owner

Fix released as part of 0.13.7 🚀. Feel free to test it and open new issue if there are any other issues. Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants