Windows Vista Forums
Vista Forums Home Join Vista Forums Tech Publications Windows 7 Forum Vista Tutorials Webcasts Tags

Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

McAfee sticks around!

Update your Vista Drivers
Reply
 
Thread Tools Display Modes
Old 08-24-2007   #1 (permalink)
brufair
Guest


 

McAfee sticks around!

When I look in my Vista Security area there are still 2 references to McAfee -

Under the firewall, it says both McAfee and Defender are both on.

Under Virus scan, it says both McAfee and Defender are both on and the
McAfee is out of date.

I have not ever installed McAfee, and I have even run the MCPR2.exe McAfee
"cleaner" that is supposed to remove all registry entries of McAfee.

Any suggestions???

My System SpecsSystem Spec
Old 09-30-2007   #2 (permalink)
brwelsh
Guest


 

RE: McAfee sticks around!



"brufair" wrote:
Quote:

> When I look in my Vista Security area there are still 2 references to McAfee -
>
> Under the firewall, it says both McAfee and Defender are both on.
>
> Under Virus scan, it says both McAfee and Defender are both on and the
> McAfee is out of date.
>
> I have not ever installed McAfee, and I have even run the MCPR2.exe McAfee
> "cleaner" that is supposed to remove all registry entries of McAfee.
>
> Any suggestions???
McAfee came installed on my new Dell running Vista Ultimate.
I removed it after many problems.
I've done the MCPR nonsense. Fix the stupid uninstall program already.

The problem is that Windows Security Center, clever thing that it is,
insists that both McAfee Viruscan and McAfee Firewall are present and
functioning. I guarantee you, they are not. Anybody know how to clean this
up?

Suggestions are much appreciated.




My System SpecsSystem Spec
Old 10-01-2007   #3 (permalink)
Malke
Guest


 

Re: McAfee sticks around!

brwelsh wrote:
Quote:

>
> "brufair" wrote:
>
Quote:

>> When I look in my Vista Security area there are still 2 references to McAfee -
>>
>> Under the firewall, it says both McAfee and Defender are both on.
>>
>> Under Virus scan, it says both McAfee and Defender are both on and the
>> McAfee is out of date.
>>
>> I have not ever installed McAfee, and I have even run the MCPR2.exe McAfee
>> "cleaner" that is supposed to remove all registry entries of McAfee.
>>
>> Any suggestions???
>
> McAfee came installed on my new Dell running Vista Ultimate.
> I removed it after many problems.
> I've done the MCPR nonsense. Fix the stupid uninstall program already.
>
> The problem is that Windows Security Center, clever thing that it is,
> insists that both McAfee Viruscan and McAfee Firewall are present and
> functioning. I guarantee you, they are not. Anybody know how to clean this
> up?
Right-click Command Prompt and Run as Administrator. Type the following
command:

winmgmt /verifyrepository [enter]

If the system returns "WMI repository is not consistent", run this command:

winmgmt /salvagerepository [enter]

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
My System SpecsSystem Spec
Old 10-01-2007   #4 (permalink)
Mike Hall - MVP
Guest


 

Re: McAfee sticks around!

Go to this website for instructions on how to completely remove McAfee..

http://www.lockergnome.com/nexus/bla...rity-products/

"brwelsh" <brwelsh@xxxxxx> wrote in message
news:3034CDAD-7246-453B-A122-2D8E2B49380D@xxxxxx
Quote:

>
>
> "brufair" wrote:
>
Quote:

>> When I look in my Vista Security area there are still 2 references to
>> McAfee -
>>
>> Under the firewall, it says both McAfee and Defender are both on.
>>
>> Under Virus scan, it says both McAfee and Defender are both on and the
>> McAfee is out of date.
>>
>> I have not ever installed McAfee, and I have even run the MCPR2.exe
>> McAfee
>> "cleaner" that is supposed to remove all registry entries of McAfee.
>>
>> Any suggestions???
>
> McAfee came installed on my new Dell running Vista Ultimate.
> I removed it after many problems.
> I've done the MCPR nonsense. Fix the stupid uninstall program already.
>
> The problem is that Windows Security Center, clever thing that it is,
> insists that both McAfee Viruscan and McAfee Firewall are present and
> functioning. I guarantee you, they are not. Anybody know how to clean
> this
> up?
>
> Suggestions are much appreciated.
>
>
>
>
My System SpecsSystem Spec
Old 10-01-2007   #5 (permalink)
brwelsh
Guest


 

Re: McAfee sticks around!



"Malke" wrote:
Quote:

> brwelsh wrote:
Quote:

> >
> > "brufair" wrote:
> >
Quote:

> >> When I look in my Vista Security area there are still 2 references to McAfee -
> >>
> >> Under the firewall, it says both McAfee and Defender are both on.
> >>
> >> Under Virus scan, it says both McAfee and Defender are both on and the
> >> McAfee is out of date.
> >>
> >> I have not ever installed McAfee, and I have even run the MCPR2.exe McAfee
> >> "cleaner" that is supposed to remove all registry entries of McAfee.
> >>
> >> Any suggestions???
> >
> > McAfee came installed on my new Dell running Vista Ultimate.
> > I removed it after many problems.
> > I've done the MCPR nonsense. Fix the stupid uninstall program already.
> >
> > The problem is that Windows Security Center, clever thing that it is,
> > insists that both McAfee Viruscan and McAfee Firewall are present and
> > functioning. I guarantee you, they are not. Anybody know how to clean this
> > up?
>
> Right-click Command Prompt and Run as Administrator. Type the following
> command:
>
> winmgmt /verifyrepository [enter]
>
> If the system returns "WMI repository is not consistent", run this command:
>
> winmgmt /salvagerepository [enter]
>
> 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
>
Thank you Malke, that did the trick! I did get the "WMI repository is
consistent" message, so I did have to follow the second set of instructions.
But that finally worked!

Thanks Again.

brwelsh

My System SpecsSystem Spec
Old 10-01-2007   #6 (permalink)
Malke
Guest


 

Re: McAfee sticks around!

brwelsh wrote:
Quote:

>
>
> Thank you Malke, that did the trick! I did get the "WMI repository is
> consistent" message, so I did have to follow the second set of instructions.
> But that finally worked!
>
> Thanks Again.
You're most welcome. I'm glad that sorted it for you. Thanks for taking
the time to let me know.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
My System SpecsSystem Spec
Old 10-01-2007   #7 (permalink)
pretentious
Guest


 

Re: McAfee sticks around!


Malke you are brilliant. I have been searching for a fix to this dilemma
for what seems forever. The McAfee tech support people were hopeless,
they had no clue what I was talking about. There were others over on an
MSDN Blog that had the same issue with McAfee, Norton and some others. I
am so glad I have been playing around with the Tafiti search beta and
just happened to try the news section and wham there's the answer.
Thank you so much. I really appreciate people like yourself sharing
their knowledge. Cheers. T


--
pretentious
------------------------------------------------------------------------
pretentious's Profile: http://forums.techarena.in/member.php?userid=32108
View this thread: http://forums.techarena.in/showthread.php?t=807382

http://forums.techarena.in

My System SpecsSystem Spec
Old 10-02-2007   #8 (permalink)
Jurren Bouman
Guest


 

Re: McAfee sticks around!

Mike Hall - MVP wrote:
Quote:

> Go to this website for instructions on how to completely remove McAfee..
>
> http://www.lockergnome.com/nexus/bla...rity-products/
>
>
Mike,

Nowadays they have an uninstall tool for the last two versions:
http://service.mcafee.com/FAQDocumen...e&type=TS&ia=1

My System SpecsSystem Spec
Old 10-02-2007   #9 (permalink)
pretentious
Guest


 

Re: McAfee sticks around!


Hi Mike,

The uninstall tools that McAfee have do not do a complete job and do
not deal with the 2 firewall issue at all. I tried all of the tools
they sent to me and then ran through the registry and found a fair
number of McAfee entries that had not been cleared away.

It's a shame that uninstall tools never seem to get rid of the complete
programs, this applies for a great number of software companies and not
just security ones.

Thank you in any case for posting the information it is greatly
appreciated.

Cheers.

T


--
pretentious
------------------------------------------------------------------------
pretentious's Profile: http://forums.techarena.in/member.php?userid=32108
View this thread: http://forums.techarena.in/showthread.php?t=807382

http://forums.techarena.in

My System SpecsSystem Spec
Old 10-05-2007   #10 (permalink)
btimore
Guest


 

Re: McAfee sticks around!


Thanks a lot Malke, your solution did solve my security center problem.

But there is another problem no one talks about :

After uninstalling McAfee, each time I start my computer Vista execute
all the .msi packages it finds !!!

I can see that in my event log wich is full of 11708 and 1033 events at
each startup, saying : Windows Installer installed the product... for
each product installed on my computer.

Does anyone knows how to stop that ?

Regards,


--
btimore
------------------------------------------------------------------------
btimore's Profile: http://forums.techarena.in/member.php?userid=32375
View this thread: http://forums.techarena.in/showthread.php?t=807382

http://forums.techarena.in

My System SpecsSystem Spec
Reply
Update your Vista Drivers

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
can't send out mail, it sticks in my out-box fschling Vista mail 3 01-22-2008 12:43 PM
BitDefender ISS 2008, Eset ISS 3.0, "McAfee is Dead, Long Live McAfee" Mikailis Mordaunt Vista security 0 12-11-2007 10:26 PM
Cursor sticks Norma Vista General 3 04-23-2007 04:01 AM
SpeedBoost and USB Memory Sticks NuT CrAcKeR Vista hardware & devices 0 03-01-2007 10:02 PM
USB Memory Sticks andyistic Vista General 3 02-24-2007 05:57 PM


Complimentary Industry Resources

Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today!




Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

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