quinta-feira, 24 de fevereiro de 2011

wsus registry automatic updates


Here an example to run automatic updates in your network without Active Directory.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://192.168.0.7"
"WUStatusServer"="http://192.168.0.7"
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="MYGROUP"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000c
"AutoInstallMinorUpdates"=dword:00000001
"IncludeRecommendedUpdates"=dword:00000001

Nenhum comentário:

Postar um comentário