Remove Security Center tray icon
As Chris says in his article, the Windows XP SP2 Security Center tray icon is one of the most annoying things there is, but in Vista I personally find this plain irritating, especially when you don’t want Defender running because it really munches RAM. So here’s how you remove the Security Center icon from your system tray. Sorry it’s long winded, but stick with it… it pays off.
This could well lower the security of your computer. The Security Center is a central and integral part of your computers security, and disabling it will stop all alerts and notifications.
- Go to Start
, select Run (or press the Windows key + R) and type in cmd then hit OK. - Type in at the prompt cd c:\windows\system32 then press the Enter key.
- From there, type in:
takeown /f wscapi.dll then press Enter.
takeown /f wscsvc.dll then press Enter.
takeown /f wscui.cpl then press Enter.
exit then press Enter. - Now you need to make sure that every user has ownership of the files so that every user can “control” them. Navigate your way to C:\Windows\System32 and right click on each file, click on the Security tab and add an entry as “everyone” then tick all the boxes in the Allow column. Apply then OK.
- Go into services.msc from the Run command and disable the Security Center if you haven’t done so already.
- The files that you modified ownership from earlier, wscapi.dll, wscsvc.dll and wscui.cpl, change the file extension to .bak.
- Back into the Command Prompt (Run command then cmd then hit OK) and type in:
REG DELETE HKLM\SYSTEM\CURRENTCONTROLSET\SERVICES\WSCSVC /F then press Enter.
shutdown /r then Press Enter.
Once the machine has restarted, you should notice that the Security Center icon and messages would have disappeared.
Big thanks to Chris123NT for this. He maintains a very popular blog on his website, as well as many tips and hints for Windows Vista users. Check his blog out here.
Update for Vista RC2
There’s now an even easier way, hurrah! Open up the Security Center, and in the left hand pane click “Change the way Security Center alerts me”. Click on an appropriate button which suits your needs - the best option to remove it entirely from the notification tray, is to click “Don’t notify me and don’t display the icon (not recommended)”.
Get paid to review this post! - Posted in Settings |

Applications
Hardware
Graphics
Internet Explorer 7
Miscellaneous
Networking
Performance
Pre-installed apps
Security
Settings
System
Technologies
Windows Media
Windows Server 2008
Windows Ultimate Extras
























November 8th, 2007 at 10:18 pm
takeown /f wscapi.dll
if I enter this I get the error:”takeown is not recognized as an external or internal comman.”n
November 12th, 2007 at 1:38 am
oh, I see. this is a vista fix. How bout helping out an XP person? I would really appreciate it if you could suggest an XP fix.
Thanks, so much, Frank
July 13th, 2008 at 11:05 pm
Didn’t work for me….I right clicked on the files as instructed, but there is no ’security tab’, I even looked in the file properties, but there’s nothing like that anywhere…