wrote:
> Hi,
>
> I recently bought I Dell Vostro that came preinstalled with McAfee
> anti virus.
>
> I want to uninstall it so I,
>
> 1. Used Add/Remove programs
> 2. Ran the McAfee MCPR.EXE removal utility
> 3. Checked that no services are running.
>
> Vista STILL shows Mcafee VirusScan as an installed virus protection
> program !
>
> Any idea how I remove it so it doesnt show up anywhere ??
>
> Its ironic that anti-malware software is harder to get rid of than
> most viruses.
How does Vista still show it? Did you also remove the McAfee Security
Center? Check in Programs/Features. If you really have uninstalled all
the McAfee garbage (and that was a good idea, btw) and the Vista
Security Center is still showing McAfee entries, here's how to fix that:
Right-click Command Prompt and Run as Administrator. Type the following
command:
winmgmt /verifyrepository
If the system returns "WMI repository is not consistent", run this 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. You actually may
have to run it 3 times before it finally runs and completes on its own.
Reboot your system.
If the above doesn't work or you get "WMI 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
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User