Script Name: Disable - Windows - Security Center Notification Script Description: This will disable Security Center notifications for Antivirus, Firewall and Updates. It will then restart the windows security center service. This will only run on machine with Security Center such as XP and Vista. IF Test Registry Key Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\ Exists : THEN Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\AntiVirusDisableNotify Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\AntiVirusOverride Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\FirewallDisableNotify Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\FirewallOverride Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\UpdatesDisableNotify Parameter 2 : 1 Parameter 3 : REG_DWORD OS Type : 0 Execute Shell Command Parameter 1 : net stop wscsvc Parameter 2 : 1 OS Type : 0 Execute Shell Command Parameter 1 : net start wscsvc Parameter 2 : 1 OS Type : 0 ELSE
Script Name: MS Security Center Alerts - Disable Script Description: Disables MS Security Center Alerts IF True THEN Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\AntiVirusDisableNotify Parameter 2 : 00000001 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\FirewallDisableNotify Parameter 2 : 00000001 Parameter 3 : REG_DWORD OS Type : 0 Set Registry Value Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\UpdatesDisableNotify Parameter 2 : 00000001 Parameter 3 : REG_DWORD OS Type : 0 ELSE