I have been working on this project for weeks and I can not get SUS to work!
I am posting my registry keys as they are now. Can you please look at these
and tell me if I am doing something wrong. I am also including the script you
had posted on your site that I used to force the updates from the client to
the server.
Thanks,
Rich Delaney
My Registry keys:
HKEY_LOCAL_MACHINE
Software
Policies
Microsoft
Windows
WindowsUpdate
WUServer REG_SZ
http://UPDATER
WUStatusServer
http://UPDATER
AU
AUOptions REG_DWORD 0x00000004(4)
NoAutoRebootWithLoggedOnUsers 0x00000001(1)
NoAutoUpdate
0x00000000(0)
RescheduleWaitTime
0x000000015(21)
ScheduleInstallDay
0x00000000(0)
ScheduleInstallTime
0x000000011(17)
UseWUServer
0x00000001(1)
HKEY_LOCAL_MACHINE
Software
Policies
Microsoft
Windows
CurrentVersion
WindowsUpdate
AutoUpdate
AUOptions REG_DWORD
0x00000004(4)
AUState
0x00000002(2)
ConfigVer
0x00000001(1)
LastWaitTimeout REG_SZ
2004.09.22 07:02:55
NextDetectionTime REG_SZ
2004-09-17 19:53:31
OfflineDetectionPending REG_DWORD 0x00000001(1)
ScheduleInstallDay
0x00000000(0)
ScheduleInstallTime
0x000000011(17)
SUSServerVersion
0x00000001(1)
This is the modified script I obtained from your site:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate]
"WUServer"="http://UPDATER"
"WUStatusServer"="http://UPDATER"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\Auto
Update]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RescheduleWaitTime"=dword:00000001
"ScheduleInstallDay"=dword:00000000
"ScheduleInstallTime"=dword:00000011
"UseWUServer"=dword:00000001
"LastWaitTimeout"=-
"DetectionStartTime"=-
And the batch file:
@echo off
Net Stop "wuauserv"
regedit.exe /s C:\SUS.reg(Location of REG file)
Net Start "wuauserv"