Configure Automatic Updates using Registry Editor
Updated: July 19, 2011
Applies To: Windows Server 2003 with SP2, Windows Server 2008 R2, Windows Server 2008 R2 with SP1, Windows Server Update Services, Windows Small Business Server 2011 Standard
If you do not want to use Group Policy to manage Automatic Updates (for example, the WSUS deployment is in a non-Active Directory environment), you can configure Automatic Updates by using Registry Editor.
Warning |
|---|
| Incorrectly editing the registry might severely damage your system. Before making changes to the registry, you should back up any valued data on the computer. |
Registry keys for configuring Automatic Updates
Registry entries that you can use to configure Automatic Updates by using Registry Editor are located in the following subkeys:
-
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate
-
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
-
HKEY_LOCAL_MACHINE\SYSTEM\Internet Communication Management\Internet Communication
-
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
-
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
Registry keys for Windows Update
WSUS registry entries for Windows Update are located in the following subkey:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate
The keys and their values are listed in the following table.
| Entry name | Data type | Values |
|---|---|---|
|
AcceptTrustedPublisherCerts |
Reg_DWORD |
Range = 1|0
|
|
DisableWindowsUpdateAccess |
Reg_DWORD |
Range = 1|0
|
|
ElevateNonAdmins |
Reg_DWORD |
Range = 1|0
|
|
TargetGroup |
Reg_SZ |
Name of the computer group to which the computer belongs. This policy is paired with TargetGroupEnabled. |
|
TargetGroupEnabled |
Reg_DWORD |
Range = 1|0
|
|
WUServer |
Reg_SZ |
HTTP(S) URL of the WSUS server that is used by Automatic Updates and API callers (by default). This policy is paired with WUStatusServer, and both keys must be set to the same value to be valid. |
|
WUStatusServer |
Reg_SZ |
The HTTP(S) URL of the server to which reporting information is sent for client computers that use the WSUS server that is configured by the WUServer key. This policy is paired with WUServer, and both keys must be set to the same value to be valid. |
WSUS registry keys for Internet Explorer
WSUS registry entries for Internet Explorer are located in the following subkey:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
The keys and their values are listed in the following table.
| Entry name | Data type | Corresponding Group Policy setting | Values |
|---|---|---|---|
|
NoWindowsUpdate |
Reg_DWORD |
Remove links and access to Windows Update |
Prevents users from connecting to the Windows Update website. Range = 1|0
|
WSUS registry keys for Internet communication
WSUS registry entries for Internet communication are located in the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\Internet Communication Management\Internet Communication
The keys and their values are listed in the following table.
| Entry name | Data type | Corresponding Group Policy setting | Values |
|---|---|---|---|
|
DisableWindowsUpdateAccess |
Reg_DWORD |
Turn off access to all Windows Update features |
Remove all access to Windows Update. Range = 1|0
|
WSUS registry key for Windows Update
WSUS registry entry for Windows Update is located in the following subkey:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
The key and its value is listed in the following table.
| Entry name | Data type | Corresponding Group Policy setting | Values |
|---|---|---|---|
|
DisableWindowsUpdateAccess |
Reg_DWORD |
Remove access to use all Windows Update features |
Prevents users from connecting to the Windows Update website. Range = 1|0
|
Registry keys for Automatic Update configuration options
The registry entries for Automatic Update configuration options are located in the following subkey:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
The keys and their values are listed in the following table.
| Entry name | Data type | Values |
|---|---|---|
|
AUOptions |
Reg_DWORD |
Range = 2|3|4|5
|
|
AutoInstallMinorUpdates |
Reg_DWORD |
Range = 0|1
|
|
DetectionFrequency |
Reg_DWORD |
Range = n, where n = time in hours (1–22).
|
|
DetectionFrequencyEnabled |
Reg_DWORD |
Range = 0|1
|
|
NoAutoRebootWithLoggedOnUsers |
Reg_DWORD |
Range = 0|1
|
|
NoAutoUpdate |
Reg_DWORD |
Range = 0|1
|
|
RebootRelaunchTimeout |
Reg_DWORD |
Range = n, where n = time in minutes (1–1,440).
|
|
RebootRelaunchTimeoutEnabled |
Reg_DWORD |
Range = 0|1
|
|
RebootWarningTimeout |
Reg_DWORD |
Range = n, where n = time in minutes (1–30).
|
|
RebootWarningTimeoutEnabled |
Reg_DWORD |
Range = 0|1
|
|
RescheduleWaitTime |
Reg_DWORD |
Range = n, where n = time in minutes (1–60).
|
|
RescheduleWaitTimeEnabled |
Reg_DWORD |
Range = 0|1
|
|
ScheduledInstallDay |
Reg_DWORD |
Range = 0|1|2|3|4|5|6|7
|
|
ScheduledInstallTime |
Reg_DWORD |
Range = n, where n = the time of day in 24-hour format (0–23). |
|
UseWUServer |
Reg_DWORD |
Range = 0|1
|
See Also

Warning