See attached files
Created
November 24, 2025 18:33
-
-
Save LizenzFass78851/5f20da4c02b1a72625c670a2f223d38f to your computer and use it in GitHub Desktop.
Windows Update Registry files to get notification bevor download or install updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] | |
| "NoAutoUpdate"=dword:00000000 | |
| "AUOptions"=dword:00000002 | |
| "ScheduledInstallDay"=dword:00000000 | |
| "ScheduledInstallTime"=dword:00000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] | |
| "NoAutoUpdate"=dword:00000000 | |
| "AUOptions"=dword:00000007 | |
| "ScheduledInstallDay"=dword:00000000 | |
| "ScheduledInstallTime"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment