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