Changes

Jump to: navigation, search

Automatic Updates

263 bytes added, 14:15, 5 March 2008
no edit summary
<check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName" value="Microsoft Windows XP" />
</check>
<check type="logical" condition="and">
<check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU\AUOptions" value="4" /> <check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU\ScheduledInstallDay" value="0" /> <check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU\ScheduledInstallTime" value="8" />
</check>
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU"' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 4 /f' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 0 /f' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 8 /f' />
<install upgrade cmd='reg add "HKLMHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU" /v AUOptions /t REG_DWORD /d 4 /f' /> <install upgrade cmd='reg add "HKLMHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v ScheduledInstallDay /t REG_DWORD /d 0 /f' /> <install cmd='reg add "HKLM\SOFTWAREPolicies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU" /v ScheduledInstallTime AUOptions /t REG_DWORD /d 8 4 /f' /> <upgrade cmd='reg add "HKLMHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU" /v AUOptions ScheduledInstallDay /t REG_DWORD /d 4 0 /f' /> <upgrade cmd='reg add "HKLMHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto UpdateAU" /v ScheduledInstallDay ScheduledInstallTime /t REG_DWORD /d 0 8 /f' /> <upgrade remove cmd='reg add delete "HKLMHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v ScheduledInstallTime /t REG_DWORD /d 8 /f' />
</package>
[[Category: Changing Windows settings]]
Anonymous user

Navigation menu