Skip to content

Instantly share code, notes, and snippets.

@LizenzFass78851
Created November 24, 2025 18:33
Show Gist options
  • Select an option

  • Save LizenzFass78851/5f20da4c02b1a72625c670a2f223d38f to your computer and use it in GitHub Desktop.

Select an option

Save LizenzFass78851/5f20da4c02b1a72625c670a2f223d38f to your computer and use it in GitHub Desktop.
Windows Update Registry files to get notification bevor download or install updates
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
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

Windows Update Registry files to get notification bevor download or install updates

See attached files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment