arkitect said:
As Anand said, there are registry entries causing it to still show up in
Security Center. If I were you I would get into the habit of deleting
left over registry entries by searching keywords with 'RegSeeker'
(
http://www.majorgeeks.com/download2579.html)
Simply search "McAfee" within RegSeeker and every registry entry still
left over will be displayed for you to delete. A backup will be created
automatically before you delete anything. Or you could do it Anand's
way and use the "Find" feature in regedit.
The advice from both you and "HappyAndyK" to use a registry cleaner is bad
advice. This is why:
http://aumha.net/viewtopic.php?t=28099 - registry cleaner thread
If the OP has really used the McAfee removal tool and the Security Center is
still showing bits of McAfee installed, here is how to fix it - easily,
with no third-party tools such as registry cleaners that can irrevocably
harm the system.
Right-click Command Prompt and Run as Administrator. Type the following
command:
winmgmt /salvagerepository
The first time you run this it will fail. It will issue stop commands to
the services causing it to fail. It might take a couple minutes for the
services to shut down. Run the command again and reboot your system.
If the above doesn't work or if you get "the repository is consistent", do
the following from an elevated cmd prompt:
net stop winmgmt [enter]
cd /d %windir%\system32\wbem [enter]
ren repository repository.old [enter]
net start winmgmt [enter]
Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ -
http://www.elephantboycomputers.com/#FAQ
Malke - The net stop commands worked. McAfee is finally gone!!!! Thank you Elephant Boy!