Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Athif-SUS is still not working-Please help me!

Reply
Thread Tools Display Modes

Athif-SUS is still not working-Please help me!

 
 
Rich
Guest
Posts: n/a

 
      09-21-2004
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"
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Intellipoint stopped working but ctrl panel says working proper Susan C. Windows Vista Hardware 0 06-11-2008 11:32 AM
Re: Right click stops working/New tabs stop working/Menu bar disappear Robert Aldwinckle Windows Vista Performance 8 11-20-2007 08:03 PM
Creative Audigy 2 drivers working on Vista Working SlickWilly Windows Vista Hardware 3 06-26-2006 12:49 AM
My USB drive not working in Windows 2000 but working in Win XP Bhavik Windows Vista Drivers 0 12-02-2005 07:22 AM
Re: Athif-SUS is still not working-Please help me! Torgeir Bakken \(MVP\) Windows Update 0 09-21-2004 04:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59