diff --git a/src/Winhance.Core/Features/Optimize/Models/UpdateOptimizations.cs b/src/Winhance.Core/Features/Optimize/Models/UpdateOptimizations.cs index c2d547665..4137145c6 100644 --- a/src/Winhance.Core/Features/Optimize/Models/UpdateOptimizations.cs +++ b/src/Winhance.Core/Features/Optimize/Models/UpdateOptimizations.cs @@ -572,8 +572,8 @@ public static SettingGroup GetUpdateOptimizations() KeyPath = @"HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate", ValueName = "SetUpdateNotificationLevel", RecommendedValue = null, - EnabledValue = [2], - DisabledValue = [null], + EnabledValue = [null], + DisabledValue = [2], DefaultValue = null, ValueType = RegistryValueKind.DWord, IsGroupPolicy = true, @@ -583,8 +583,8 @@ public static SettingGroup GetUpdateOptimizations() KeyPath = @"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate", ValueName = "SetUpdateNotificationLevel", RecommendedValue = null, - EnabledValue = [2], - DisabledValue = [null], + EnabledValue = [null], + DisabledValue = [2], DefaultValue = null, ValueType = RegistryValueKind.DWord, IsGroupPolicy = true,