Labels

Friday, December 16, 2011

Windows Update Deployment on Workgroup PC through Domain WSUS Server

Follow the Following Steps

1. Enter the Below Code into text file and save as (.reg) file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]

"WUServer"="http://ocean:8530"

"WUStatusServer"="http://ocean:8530"

"TargetGroupEnabled"=dword:00000001

"TargetGroup"="MUM"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]

"NoAutoUpdate"=dword:00000000

"AUOptions"=dword:00000003

"ScheduledInstallDay"=dword:00000000

"ScheduledInstallTime"=dword:0000000e

"UseWUServer"=dword:00000001

"RescheduleWaitTime"=dword:00000014

"DetectionFrequencyEnabled"=dword:00000001

"DetectionFrequency"=dword:0000000c

"NoAutoRebootWithLoggedOnUsers"=dword:00000001

2. Run this REG file on Client system.

3. Set Client PC Date and Time as per WSUS server.

4. Restart the Windows Update service on Client PC or Restart the system.

No comments:

Post a Comment