Archive for Oktober 13th, 2012

Microsoft Windows Server Update Services (WSUS) – manually configure the Automatic Update Client (WUA)

Samstag, Oktober 13th, 2012

wsus_logo.jpg   WSUS Script to manually configure Automatic Update Client (WUA) 

============ START C:\TMP\ WSUS.reg ============
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
„WUServer“=<http://WSUS-Server-Name oder IP-Adresse:Port>
„WUStatusServer“=<
http://WSUS-Server-Name oder IP-Adresse:Port>
„ElevateNonAdmins“=dword:00000000
„TargetGroupEnabled“=dword:00000001
„TargetGroup“=<„GroupName“>
„AcceptTrustedPublisherCerts“=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
„NoAUShutdownOption“=dword:00000001
„NoAUAsDefaultShutdownOption“=dword:00000001
„AUPowerManagement“=dword:00000001
„NoAutoUpdate“=dword:00000000
„AUOptions“=dword:00000004
„ScheduledInstallDay“=dword:00000000
„ScheduledInstallTime“=dword:00000003
„UseWUServer“=dword:00000001
„DetectionFrequencyEnabled“=dword:00000001
„DetectionFrequency“=dword:00000004
„IncludeRecommendedUpdates“=dword:00000000
„AutoInstallMinorUpdates“=dword:00000001
„NoAutoRebootWithLoggedOnUsers“=dword:00000001
„RebootRelaunchTimeoutEnabled“=dword:00000001
„RebootRelaunchTimeout“=dword:000005a0
„RebootWarningTimeoutEnabled“=dword:00000001
„RebootWarningTimeout“=dword:0000001e
„RescheduleWaitTimeEnabled“=dword:00000001
„RescheduleWaitTime“=dword:0000001e
„EnableFeatureSoftware“=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate]
„DisableWindowsUpdateAccess“=dword:00000001
============ END C:\TMP\WSUS.reg ===============

============ START Script Code ===========
Net Stop „wuauserv“
%windir%\Regedit.exe /s C:\TMP\WSUS.reg
Net Start „wuauserv“
wuauclt /detectnow
============ END Script Code ==============

Nick Holonyak – Inventor of the LED

Samstag, Oktober 13th, 2012