cpjitservices Posted February 19, 2016 Posted February 19, 2016 Found this software: enabled you to setup standalone / workgroup machines to use WSUS. https://wsusworkgroup.codeplex.com/
MatthewL Posted February 19, 2016 Posted February 19, 2016 Just a front end for the registry. I used to run this script on my home PC's Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate] "WUServer"="http://VM-WSUS-01:80" "WUStatusServer"="http://VM-WSUS-01:80" "TargetGroupEnabled"=dword:00000001 "TargetGroup"="Unassigned Computers" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU] "NoAUShutdownOption"=dword:00000001 "NoAutoUpdate"=dword:00000000 "AUOptions"=dword:00000003 "ScheduledInstallDay"=dword:00000007 "ScheduledInstallTime"=dword:00000011 "UseWUServer"=dword:00000001 "RescheduleWaitTimeEnabled"=dword:00000001 "RescheduleWaitTime"=dword:0000000e "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "RebootWarningTimeoutEnabled"=dword:00000001 "RebootWarningTimeout"=dword:0000001e "RebootRelaunchTimeoutEnabled"=dword:00000001 "RebootRelaunchTimeout"=dword:0000022b
cpjitservices Posted February 19, 2016 Author Posted February 19, 2016 Yeah, bit nicer than writing scripts lol.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now