From 84f68888782a8865b7a086ff5af81ece78e86ee4 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:29:48 +0100 Subject: [PATCH] fix: 'Receive updates for other Microsoft apps' toggle --- .../Automatic Updates/Disable Automatic Updates (default).reg | 3 ++- .../Automatic Updates/Enable Automatic Updates.reg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg index b133a941c4..77a926cd79 100644 --- a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg +++ b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Disable Automatic Updates (default).reg @@ -2,4 +2,5 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=dword:00000002 -"NoAutoUpdate"=dword:00000001 \ No newline at end of file +; Breaks 'Receive updates for other Microsoft products' +; "NoAutoUpdate"=dword:00000001 \ No newline at end of file diff --git a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg index fe831e5534..89c4b57bc8 100644 --- a/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg +++ b/src/playbook/Executables/AtlasDesktop/3. General Configuration/Automatic Updates/Enable Automatic Updates.reg @@ -2,4 +2,5 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=- -"NoAutoUpdate"=- \ No newline at end of file +; Breaks 'Receive updates for other Microsoft products' +; "NoAutoUpdate"=- \ No newline at end of file