Tech Support > Operating Systems > SUS client config. problems
SUS client config. problems
Posted by Sam Stamp on September 11th, 2003


I've recently installed the Software Update Service (SUS)
on my Windows 2000 server, however when I came to
configure the client I had some problems. In the
deployment white paper it explains what registry key you
need to edit to direct Windows Update to your local SUS
server, but the key doesn't exist
(HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WI NDOWS\WI
NDOWSUPDATE\AU)! The closest one I could find
was "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CUR RENT
VERSION\WINDOWSUPDATE\AUTOUPDATE" which didn't appear to
work.

Can anybody shed some light on what regedit I need to
perform to get SUS to work?

Posted by Drew Roberts on September 11th, 2003


Those Keys have to be created either manually or through
the MMC, I am not sure of the appropriate snap in. I
believe it has to be downloaded. The keys effectively set
local policy for that machine.

An excerpt from "Deploying Microsoft Software Update
Services" available at
http://www.microsoft.com/windows2000..._Deployguide_s
p1.doc

Example:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Win
dowsUpdate\AU]
"AUOptions"=dword:00000004
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RescheduleWaitTime"=dword:0000000a
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"UseWUServer"=dword:00000001

Key Value Explanations:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\Wind
owsUpdat
e\AU
RescheduleWaitTime
Range: n; where n = time in minutes (1-60)
Registry value type: REG_DWORD
NoAutoRebootWithLoggedOnUsers
Set this to 1 if you want the logged on users to choose
whether or not to reboot their
System
Registry value type: REG_DWORD
NoAutoUpdate
Range = 0|1. 0 = Automatic Updates is enabled (default), 1
= Automatic Updates is
Disabled.
Registry Value Type: Reg_DWORD
AUOptions
Range = 2|3|4. 2 = notify of download and installation, 3
= automatically download and
Notify of installation, and 4 = automatic download and
scheduled installation. All options
Notify the local administrator.
Registry Value Type: Reg_DWORD
ScheduledInstallDay
Range = 0|1|2|3|4|5|6|7. 0 = Every day; 1 through 7 = the
days of the week from
Sunday (1) to Saturday (7).
Registry Value Type: Reg_DWORD
ScheduledInstallTime
Range = n; where n = the time of day in 24-hour format (0-
23).
Registry Value Type: Reg_DWORD
UseWUServer
Set this to 1 to enable Automatic Updates to use the
server running Software Update
Services as specified in WUServer below.
Registry Value Type: Reg_DWORD

Example:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Win
dowsUpdate]
"WUServer"="http://SUS-Server"
"WUStatusServer"="http://SUS-Server"

Key Value Explanations:


HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\Wind
owsUpdate
WUServer
Sets the SUS server by HTTP name (for example,
http://IntranetSUS).
Registry Value Type: Reg_SZ
WUStatusServer
Sets the SUS statistics server by HTTP name (for example,
http://IntranetSUS).
Registry Value Type: Reg_SZ

HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WIN DOWS\WI
NDOWSUPDATE\AU)! The closest one I could find
"HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CUR RENT
VERSION\WINDOWSUPDATE\AUTOUPDATE" which didn't appear to