How To Update Non-Domain Computers Using WSUS
How To Update Non-Domain Computers Using WSUS
Ceate a .reg file with this content and run it at the clients:
-----------------------------------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdat
e]
"AcceptTrustedPublisherCerts"=dword:00000001
"ElevateNonAdmins"=dword:00000001
"TargetGroup"="Workstations"
"TargetGroupEnabled"=dword:00000000
"WUServer"="http://192.168.0.1";
"WUStatusServer"="http://192.168.0.1";
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdat
e\AU]
"AUOptions"=dword:00000004
"AUPowerManagement"=dword:00000001
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequency"=dword:0000000a
"DetectionFrequencyEnabled"=dword:00000001
"IncludeRecommendedUpdates"=dword:00000001
"NoAUAsDefaultShutdownOption"=dword:00000001
"NoAUShutdownOption"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RebootRelaunchTimeout"=dword:0000000a
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:0000000a
"RescheduleWaitTimeEnabled"=dword:00000001
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"UseWUServer"=dword:00000001
-------------------------------------------------------------------------
Enter the IP address (if static) or name of your WSUS server in these two lines and
remove the ";" at the end of lines:
"WUServer"="http://192.168.0.1";
"WUStatusServer"="http://192.168.0.1";
Store the .reg file where the computers have access to it. Double click on it to add
this to the registry.
To get the default (if the clients will left your network) just remove the settings from
the registry.
To do this with a .reg file, create a new .reg file with this content:
-----------------------------------------------------
[-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdat
e]
[-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdat
e\AU]
-------------------------------------------------------------------------
Store the .reg file where the computers have access to it. Double click on it to
remove the settings from the registry.