Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] ;The following key allows windows update client to run when windows is restarted "WindowsUpdate"="wuauclt /detectnow" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] ; The following two lines must be set to the URL of the SUS server clients should connect to. "WUServer"="http://windowsupdate.anu.edu.au" "WUStatusServer"="http://windowsupdate.anu.edu.au" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] ; This option must be set to 1 to force auto update to use the above server. ; If this option is set to 0 it will use the microsoft server. "UseWUServer"=dword:1 ; The following options are optional. ; Note: All numeric values are in HEX ; RescheduleWaitTime - Defines how long to wait after reboot to perform any missed update events. ; The default is 15 minutes, or 0F in hex "RescheduleWaitTime"=dword:0F ; NoAutoRebootWithLoggedOnUsers - Used to control reboot behaviour ; Set this to 1 if you want the logged on users to choose whether or not to reboot their system. ; Setting this to 0 will force the user to reboot. "NoAutoRebootWithLoggedOnUsers"=dword:1 ; NoAutoUpdate - Used to disable Auto Update ; 0 = Automatic Updates is enabled (default) ; 1 = Automatic Updates is disabled. "NoAutoUpdate"=dword:0 ; AUOptions - defines the behaviour of AutoUpdates ; 2 = notify of download and installation ; 3 = automatically download and notify of installation ; 4 = automatic download and scheduled installation ; All options will notify as user if they are a local administrator. "AUOptions"=dword:4 ; ScheduledInstallDay sets the day you would like to AutoUpdates to run. Every day is recommended. ; 0 = Every day; 1 through 7 = the days of the week from Sunday (1) to Saturday (7). "ScheduledInstallDay"=dword:0 ; ScheduledInstallTime is the time of day to rn updates. 3am is the default. ; The time of day in 24-hour format (0-23). ; Remember to convert this to hex. "ScheduledInstallTime"=dword:03