Monday, February 06, 2012
   
Text Size

XP - Turn off security alerts

 WshShell.RegWrite "HKLM\Software\Microsoft\Security Center\AntiVirusDisableNotify", 1, "REG_DWORD"
 WshShell.RegWrite "HKLM\Software\Microsoft\Security Center\FireWallDisableNotify", 1, "REG_DWORD"
 WshShell.RegWrite "HKLM\Software\Microsoft\Security Center\UpdatesDisableNotify", 1, "REG_DWORD"