Deploy WSUS Updates to a Workgroup
In some instances you may need to deploy updates with WSUS to a workgroup that is not a part of your domain. This can be done with a quick registry edit.
WSUS and SUS are great ways of managing the deployment of operating system updates. This is a technology that a lot of the time is only available to domain users, but why should they get all of the fun? Even in some small workgroup environments there are benefits to being able to automatically handle updates.
In order to do this, create a text file with a .reg extension and put the following in it:
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate]
“WUServer”=”yoursusserver”
“WUStatusServer”=”yoursusserver”
“ElevateNonAdmins”=dword:00000001
“TargetGroupEnabled”=dword:00000001
“TargetGroup”=”Workstations”
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU]
“NoAUShutdownOption”=dword:00000000
“AutoInstallMinorUpdates”=dword:00000001
“NoAUAsDefaultShutdownOption”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
“RescheduleWaitTimeEnabled”=dword:00000001
“RescheduleWaitTime”=dword:00000001
“UseWUServer”=dword:00000001
“NoAutoUpdate”=dword:00000000
“AUOptions”=dword:00000004
“ScheduledInstallDay”=dword:00000000
“ScheduledInstallTime”=dword:00000010
“DetectionFrequencyEnabled”=dword:00000001
“DetectionFrequency”=dword:00000016
“RebootWarningTimeoutEnabled”=dword:00000001
“RebootWarningTimeout”=dword:00000005
“RebootRelaunchTimeoutEnabled”=dword:00000001
“RebootRelaunchTimeout”=dword:0000000a
Once you have done this, simply run this .reg file on each target computer in your workgroup and they should begin getting updates from your WSUS or SUS server.
Article written by MyComputerAid.com
2003 server - Sep 30, 2008 22:34 - 0 Comments
instant messaging srv records
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Microsoft Outlook - Mar 22, 2009 11:22 - 0 Comments
Outlook: Duplicates in Mailbox
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Microsoft Desktop, Web browsers and Internet, Windows 2000, Windows 7, Windows 98, Windows Firewall and networking, Windows Vista, Windows XP - Feb 8, 2010 18:09 - 0 Comments
Disable Proxy settings in IE
More In Computers & PC
- Howto secure wordpress
- Simple wordpress upgrade from SSH howto
- permanently delete your facebook account
- Creating a Sound File
- Talking to the Mouse
Leave a Reply
You must be logged in to post a comment.