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

NoAutoUpdate does the opposite. #49

Closed
Cereal-Killa opened this issue May 7, 2021 · 1 comment
Closed

NoAutoUpdate does the opposite. #49

Cereal-Killa opened this issue May 7, 2021 · 1 comment

Comments

@Cereal-Killa
Copy link
Contributor

Cereal-Killa commented May 7, 2021

"NoAutoUpdate" value should be set to 1 in order to prevent the automatic updates, atm it's been set to 0 which is the opposite effect as it enabled auto updates.

https://github.com/builtbybel/privatezilla/blob/master/src/Privatezilla/Settings/Updates/DisableUpdates.cs:
Registry.SetValue(NoAutoUpdate, "NoAutoUpdate", 0, RegistryValueKind.DWord);

https://docs.microsoft.com/de-de/security-updates/windowsupdateservices/18127499

image

PR: https://github.com/builtbybel/privatezilla/pull/50/files

@Cereal-Killa Cereal-Killa changed the title No NoAutoUpdate does the opposite. May 7, 2021
@Belim
Copy link
Member

Belim commented May 9, 2021

Thanks 👍
Fixed with latest 0.5.0 https://github.com/builtbybel/privatezilla/releases/tag/0.50.0

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

No branches or pull requests

2 participants