Monday, February 06, 2012
   
Text Size

XP - Disable Windows Update

 WshShell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\AUOptions", 1 , "REG_DWORD"
 WshShell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\AUState", 7 , "REG_DWORD"