• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Security Center in regedit.

I ahev a .reg file that I run after I have installed windows to disable alot fo Windows Xp's services and I us this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
"Start"=dword:00000004

As you can see that would disable the "Alerter" service. Now what I am asking is what key is teh Security Center in so I can disable it through the reg file?
 
FYI in the future you can find the service name for any of your services by opening up the services msc and viewing the properties for that service. The service's name is the first item on the general tab.
 
Originally posted by: spyordie007
FYI in the future you can find the service name for any of your services by opening up the services msc and viewing the properties for that service. The service's name is the first item on the general tab.

Not always the case, since many services run under svchost.exe. What I did to find it was do a search in HKLM\SYSTEM\CCS\Services for the description of the security center service.
 
Back
Top