Manage Automatic Windows Updates (Windows 2000/XP) Category: Home > Windows > System
These settings can be used to configure how Automatic Updates are applied to the Windows system. It includes the ability to disable automatic updates and to set the installation schedule.
Open your registry and find or create the key below.
Create the required DWORD values from table below:
Value: NoAutoUpdate
0 - Enable Automatic Updates (Default)
1 - Disable Automatic Updates
Value: AUOptions
2 - Notify for download and notify for install
3 - Auto download and notify for install
4 - Auto download and schedule the install
Value: ScheduledInstallDay
0 - Install every day
1 to 7 - Install on specific day of the week from Sunday (1) to Saturday (7).
Value: ScheduledInstallTime
0 to 23 - Install time of day in 24-hour format
Restart Windows for the changes to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | NoAutoUpdate | REG_DWORD | 0x00000000 (0) |  |
 |  | AUOptions | REG_DWORD | 0x00000002 (2) |  |
 |  | ScheduledInstallDay | REG_DWORD | 0x00000000 (0) |  |
 |  | ScheduledInstallTime | REG_DWORD | 0x0000012 (18) |  |
 |
 | HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU |  |
 |
Settings: |
System Key: [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
Name: NoAutoUpdate, AUOptions, ScheduledInstallDay, ScheduledInstallTime
Type: REG_DWORD (DWORD Value)
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: September 10, 2002
|