How to configure automatic updates by using Group Policy or registry settings
SUMMARY
For additional information about the availability of the Automatic Updates feature and how to configure and use it, click the following links:
How to configure and use Automatic Updates in Windows XP
How to configure and use Automatic Updates in Windows 2000
For additional information about configuring Automatic Updates on your network, see the Software Update Services Deployment white paper. To view this white paper, visit the following Microsoft Web site:
MORE INFORMATION
Configuring Automatic Updates by using local Group Policy
- Access Run or Search window
- Type gpedit.msc
-
Click OK.
- In the Group Policy snap-in, expand Computer Configuration.
- Right-click Administrative Templates, and then click Add/Remove Templates.
- Click Add, click Wuau.adm in the Windows\Inf folder, and then click Open.
- Click Close.
- Under Computer Configuration,
expand Administrative Templates,
expand Windows Components,
and then expand Windows Update.
The Configure Automatic Updates policy appears. This policy specifies whether the computer receives security updates and other important downloads through the Windows automatic updating service. The settings for this policy let you specify if automatic updates are enabled on the computer. If the service is enabled, you must select one of the three configuration options. - To view the policy settings, double-click the Configure Automatic Updates policy.
- To turn on Automatic Updates, click
Enabled in the list of
options that appear at the top of the Setting tab.
If you click Enabled, you must select one of the three configuration options. - Select one of the following three options:
-
2 - Notify for download and
notify for install
When Windows finds updates that apply to this computer, an icon appears in the notification area and a message appears that states the updates are ready to be downloaded. If you click either the icon or the message, the option that you use to select the updates you want to download appears. Windows downloads the selected updates in the background. When the download is complete, the icon appears in the notification area again and a message appears that states that the updates are ready to be installed. If you click either the icon or the message, the option that you use to select the updates you want to install appears. -
3 - Auto download and notify
for install
NOTE: This setting is the default setting.
Windows finds updates that apply to your computer and downloads these updates in the background (the user is not notified or interrupted during this process). When the download is complete, the icon appears in the notification area and a message that states that the updates are ready to be installed appears. If you click either the icon or the message, the option that you use to select the updates you want to install appears. -
4 - Auto download and
schedule the install
To specify the schedule, select the appropriate options in the Group Policy Settings dialog box. If you do not specify a schedule, the default schedule for all installations is used. This schedule is every day at 3:00 A.M. If any of the updates require you to restart the computer to complete the installation, Windows restarts the computer automatically. (If a user is logged on to the computer when Windows is ready to restart it, the user is notified that Windows will restart. The user can chose to delay the restart operation.)
If you select option 4, you can set a recurring schedule. If you do not set a schedule, all updates are downloaded and installed every day at 3:00 A.M. -
Other Options
Additionally, you can select either the Disabled option or the Not Configured option. If you select Disabled, an administrator must download and install any available updates manually from the Microsoft Windows Update Web site.
If you select Not Configured, the status of Automatic Updates (enabled or not enabled) is not specified at the Group Policy level. However, an administrator can still configure Automatic Updates by using Control Panel. Control Panel includes the same settings that are available in Group Policy.
-
2 - Notify for download and
notify for install
- Reschedule Automatic Updates scheduled
installations
Specifies the time for Automatic Updates to wait, following system startup, before proceeding with a scheduled installation that was missed previously - No auto-restart for scheduled Automatic Updates
installations
Specifies that to complete a scheduled installation, Automatic Updates will wait for the computer to be restarted by any user who is logged on, instead of causing the computer to restart automatically
http://www.microsoft.com/windows2000/downloads /recommended /susclient/default.asp
Loading policy settings by using Group Policy in Active Directory
You can load Windows\Inf\Wuau.adm as an administrative template in Group Policy Object Editor.
To load policy settings by using Group Policy in Active Directory:
- On an Active Directory domain controller, click Start, and then click Run.
- Type dsa.msc to load the Active Directory Users and Computers snap-in.
- Right-click the organizational unit or domain in which you want to create the policy, and then click Properties.
- Click the Group Policy tab, and then click New.
- Type a name for the policy, and then click Edit.
- Under either Computer Settings, Right-click Administrative Templates.
- Click Add/Remove Templates, and then click Add.
- Type the name of the Automatic Updates .adm file, for example, windows_folder\inf\wuau.adm.
- Click Open.
Configuring Automatic Updates by editing the registry
In a non-Active Directory environment, you can edit registry settings to configure Automatic Updates.
NOTE: You must manually create these registry keys.
You can use either of the following methods to set these registry keys:
- Manually edit the registry by using Regedit.exe.
- Centrally deploy these registry keys by using the Windows NT 4.0-style System Policy functionality.
- Access REGEDIT (The page will open in a separate window)
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\ Policies\ Microsoft\Windows \WindowsUpdate\AU
- Add any of the following settings:
-
Value name: NoAutoUpdate
Value data: 0 or 1- 0: Automatic Updates is enabled (default).
- 1: Automatic Updates is disabled.
Registry Value Type: Reg_DWORD -
Value name: AUOptions
Value data: 1 to 4- 1: Keep my computer up to date has been disabled in Automatic Updates.
- 2: Notify of download and installation.
- 3: Automatically download and notify of installation.
- 4: Automatically download and scheduled installation.
Registry Value Type: Reg_DWORD -
Value name: ScheduledInstallDay
Value data: 0 to 7- 0: Every day.
- 1 through 7: The days of the week from Sunday (1) to Saturday (7).
Registry Value Type: Reg_DWORD - Value name: ScheduledInstallTime
Value data: n, where n equals the time of day in a 24-hour format (0-23).
Registry Value Type: Reg_DWORD - Value name: UseWUServer
Value data: Set this value to 1 to configure Automatic Updates to use a server that is running Software Update Services instead of Windows Update.
Registry Value Type: Reg_DWORD - Value name: RescheduleWaitTime
Value data: m, where m equals the amount of time (in minutes, 1-60, representing 1 minute to 60 minutes) to wait between the time Automatic Updates starts and the time it begins installations whose scheduled time has passed.
Registry Value Type: Reg_DWORD
Note This setting only affects client behavior after the clients have updated to the SUS SP1 client version or later. - Value name: NoAutoRebootWithLoggedOnUsers
Value data: Reg_DWORD: 0 (false) or 1 (true). If set to 1, Automatic Updates does not automatically restart a computer while users are logged on.
Registry Value Type: Reg_DWORD
Note This setting affects client behavior after the clients have updated to the SUS SP1 client version or later.
To use Automatic Updates with a server that is running Software Update Services, see the Software Update Services Deployment white paper. To view this white paper, visit the following Microsoft Web site: -
Note To determine the server that is running Software Update Services your client computers and servers go to for their updates, put the following two settings in the registry at this location:
HKEY_LOCAL_MACHINE\SOFTWARE\ Policies\Microsoft\Windows \WindowsUpdate\
WUStatusServer sets the SUS statistics server by HTTP name (for example, http://IntranetSUS). Registry Value Type: Reg_SZ
The information in this article applies to:
- Microsoft Windows Server 2003, 64-Bit Datacenter Edition
- Microsoft Windows Server 2003, 64-Bit Enterprise Edition
- Microsoft Windows Server 2003, Datacenter Edition
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows XP Professional
- Microsoft Windows XP 64-Bit Edition
- Microsoft Windows XP Tablet PC Edition
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional