Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > McAfee Virus Scan In Vista

Reply
Thread Tools Display Modes

McAfee Virus Scan In Vista

 
 
Brian Tilley
Guest
Posts: n/a

 
      07-10-2008
When I bought my Dell Laptop, it had McAfee Security Software installed. (30
day demo)
I did not want to use (buy) this so I uninstalled it and installed other
software instead.

Now I have the following problem.

Despite the fact that I uninstalled the McAfee software correctly and have
subsequently searched the entire filesystem for any trace
of the software, Windows Vista (Home Premium) Security Centre insists that
the "McAfee Personal Firewall" and "McAfee Virusscan" are both still
installed and running on the machine. I have looked at the running processes
and there are no McAfee processes that I can find.

I've run a Registry Cleaner and, despite finding a couple of hundred orphan
entries (mostly caused by Windows Update), the problem still exists.

I've searched through the Registry and found several mentins of McAfee in
the following Keys

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security
Center\Monitoring\McAfeeAntiSpyware

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\ LEGACY_MFEHIDK\0000

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_MFEHIDK\0000

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_MFEHIDK\0000


Does anyone know
1. If it will be safe just to delete these keys?
2. If deleting them will solve the problem?

After having to perform a re-install when I tried tinkering with an XP
registry, I've developed a healthy reluctance to tinker in there.

Hope someone can help.

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      07-10-2008
Brian Tilley wrote:

> When I bought my Dell Laptop, it had McAfee Security Software installed.
> (30 day demo)
> I did not want to use (buy) this so I uninstalled it and installed other
> software instead.
>
> Now I have the following problem.
>
> Despite the fact that I uninstalled the McAfee software correctly and have
> subsequently searched the entire filesystem for any trace
> of the software, Windows Vista (Home Premium) Security Centre insists that
> the "McAfee Personal Firewall" and "McAfee Virusscan" are both still
> installed and running on the machine. I have looked at the running
> processes and there are no McAfee processes that I can find.
>
> I've run a Registry Cleaner and, despite finding a couple of hundred
> orphan entries (mostly caused by Windows Update), the problem still
> exists.
>
> I've searched through the Registry and found several mentins of McAfee in
> the following Keys
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security
> Center\Monitoring\McAfeeAntiSpyware
>
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\ LEGACY_MFEHIDK\0000
>
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_MFEHIDK\0000
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_MFEHIDK\0000
>
>
> Does anyone know
> 1. If it will be safe just to delete these keys?
> 2. If deleting them will solve the problem?
>
> After having to perform a re-install when I tried tinkering with an XP
> registry, I've developed a healthy reluctance to tinker in there.


It will not hurt to delete the registry entries, but here's how to fix the
issue:

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]

BTW, you should have a healthy reluctance to use a registry cleaner. Here's
why:

http://aumha.net/viewtopic.php?t=28099

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
joel406
Guest
Posts: n/a

 
      07-10-2008

Google up the McAfee removal tool and run it. If that doesnt work, ru
system restore to restore McAfee

Then run the removal tool

McAfee, Norton, Kaspersky and Trend are hard to remove. Theres probabl
more( like WinAntivirus which you DO NOT want) but thats the mos
common

You may also try restoreing your system with the supplied restor dis
and then try the removal tool

If these dont work prehaps others here can offer better or alternat
sugestions

Good luck

--
joel406
 
Reply With Quote
 
gls858
Guest
Posts: n/a

 
      07-10-2008
Brian Tilley wrote:
> When I bought my Dell Laptop, it had McAfee Security Software installed.
> (30 day demo)
> I did not want to use (buy) this so I uninstalled it and installed other
> software instead.
>
> Now I have the following problem.
>
> Despite the fact that I uninstalled the McAfee software correctly and
> have subsequently searched the entire filesystem for any trace
> of the software, Windows Vista (Home Premium) Security Centre insists
> that the "McAfee Personal Firewall" and "McAfee Virusscan" are both
> still installed and running on the machine. I have looked at the running
> processes and there are no McAfee processes that I can find.
>
> I've run a Registry Cleaner and, despite finding a couple of hundred
> orphan entries (mostly caused by Windows Update), the problem still exists.
>
> I've searched through the Registry and found several mentins of McAfee
> in the following Keys
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security
> Center\Monitoring\McAfeeAntiSpyware
>
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\ LEGACY_MFEHIDK\0000
>
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\Root\ LEGACY_MFEHIDK\0000
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\R oot\LEGACY_MFEHIDK\0000
>
>
> Does anyone know
> 1. If it will be safe just to delete these keys?
> 2. If deleting them will solve the problem?
>
> After having to perform a re-install when I tried tinkering with an XP
> registry, I've developed a healthy reluctance to tinker in there.
>
> Hope someone can help.


I see you got help, but you might want to take a look at the following
article explaining how to backup and restore the registry. Probably
would have saved you from having to reinstall.

http://support.microsoft.com/kb/322756

gls858
 
Reply With Quote
 
Brian Tilley
Guest
Posts: n/a

 
      07-10-2008

"Malke" <> wrote in message
news:...

>...... but here's how to fix the
> issue:
>
> 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]
>
>


Thanks very much for the info.
winmgmt reported the repository consistent,
but I followed your second set of instructions and (following a reboot)
The Security Centre has forgotten about McAfee and reports the correct
status for my security programs.

Brian

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
seek free online virus scan best suite for Vista Alberta H K Windows Vista Security 8 10-10-2009 01:38 PM
McAfee Anti-virus and Windows Live Mail tempting2taanzaa Windows Vista Mail 3 04-17-2008 07:03 PM
Norton Anti Virus-McAfee error message in Vista Judy at Home Windows Vista Security 7 11-06-2007 07:59 AM
McAfee Anti Virus and Vista chas638 Windows Vista Security 6 02-23-2007 12:31 PM
Virus Scan Support For Vista Beta 2 Sollabe Windows Vista General Discussion 9 08-01-2006 08:21 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59