Jump to content

how do i disable SECURITY ALERT in XPSP2?


Recommended Posts

Is there anyway i can disable the SECURITY CENTER ALERTS thing during unattended install so it doesnt show wen the window starts up?

im using windows xp SP2 [RC2 - #2162]

can it be disable using registery keys?

Link to comment
Share on other sites


I use this registry tweak at GUIrunonce (because I restart once after that finishes). Copy it into your existing .reg file.

; Disable irritating Security Center notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001
"UpdatesDisableNotify"=dword:00000001

Link to comment
Share on other sites

You can disable the entire Security Center service (thus the alerts), with this registry tweak:

Windows Registry Editor Version 5.00

;Windows security centre (service pack 2)
;default: automatic (home/pro) - dword:2
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:4

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...