WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Help with firewall

 
Goto page 1, 2
   Home -> Vista -> Security RSS
Next:  Downloads denied  
Author Message
stevieboy1313

External


Since: Jul 16, 2008
Posts: 2



(Msg. 1) Posted: Wed Jul 16, 2008 4:37 pm
Post subject: Help with firewall
Archived from groups: microsoft>public>windows>vista>security (more info?)

I have Vista home basic. The security center says that I have MacAfee
Personal Firewall installed, so I guess it came with the PC. I cannot get rid
of it!!! It doesn't show up under Add/Remove programs. I downloaded and ran
the MacAfee removal tool, and it's still there. How can I get rid of it?
Back to top
Login to vote
HappyAndyK

External


Since: Jul 17, 2008
Posts: 1



(Msg. 2) Posted: Thu Jul 17, 2008 3:08 am
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you have removed McAfee with its Removal Tool; and your Security
center still shows as it being installed, it probably means that it has
left some remnants in your registry. Try a freeware registry cleanler
like CCleaner and see if it helps, Else : Open regedit, search for
McAfee keys and delete them. Pls create a system restore point before
touching the registry.


--
HappyAndyK

www.WinVistaClub.com
------------------------------------------------------------------------
HappyAndyK's Profile: http://winvistaclub.com/forum/member.php?userid=4
View this thread: http://winvistaclub.com/forum/showthread.php?t=14907
Back to top
Login to vote
arkitect

External


Since: Jul 17, 2008
Posts: 1



(Msg. 3) Posted: Thu Jul 17, 2008 12:05 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.


--
arkitect
------------------------------------------------------------------------
arkitect's Profile: http://winvistaclub.com/forum/member.php?userid=60
View this thread: http://winvistaclub.com/forum/showthread.php?t=14907
Back to top
Login to vote
Malke

External


Since: Feb 09, 2008
Posts: 2121



(Msg. 4) Posted: Thu Jul 17, 2008 12:05 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

arkitect wrote:

>
> 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
Back to top
Login to vote
Kayman

External


Since: Feb 01, 2008
Posts: 253



(Msg. 5) Posted: Thu Jul 17, 2008 2:29 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 16 Jul 2008 16:37:01 -0700, stevieboy1313 wrote:

> I have Vista home basic. The security center says that I have MacAfee
> Personal Firewall installed, so I guess it came with the PC. I cannot get rid
> of it!!! It doesn't show up under Add/Remove programs. I downloaded and ran
> the MacAfee removal tool, and it's still there. How can I get rid of it?

Try again!

How to uninstall or reinstall supported McAfee consumer products using the
McAfee Consumer Products Removal tool (MCPR.exe)
http://service.mcafee.com/FAQDocument.aspx?id=107083&lc=4105&partner=M...ee&type

IMPORTANT: If your McAfee products were preinstalled by the manufacturer of
your computer, please make sure to activate your McAfee subscription before
uninstalling. Reinstalling from a CD or download will only install your
McAfee consumer applications, but may not recover your paid subscription
term information.

No luck?

Try:
http://pcdecrapifier.com/download
Back to top
Login to vote
stevieboy1313

External


Since: Jul 16, 2008
Posts: 2



(Msg. 6) Posted: Sat Jul 19, 2008 1:50 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Malke" wrote:

> arkitect wrote:
>
> >
> > 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!
Back to top
Login to vote
Malke

External


Since: Feb 09, 2008
Posts: 2121



(Msg. 7) Posted: Sat Jul 19, 2008 5:11 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

stevieboy1313 wrote:

>> Malke - The net stop commands worked. McAfee is finally gone!!!! Thank
>> you Elephant Boy!

Very glad to hear it. Thanks for taking the time to post back.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ
Back to top
Login to vote
MowGreen [MVP]

External


Since: Feb 13, 2007
Posts: 126



(Msg. 8) Posted: Sun Jul 20, 2008 2:13 pm
Post subject: Re: Help with firewall [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Malke wrote:

> stevieboy1313 wrote:
>
>
>>>Malke - The net stop commands worked. McAfee is finally gone!!!! Thank
>>>you Elephant Boy!
>
>
> Very glad to hear it. Thanks for taking the time to post back.
>
> Malke


With * NO * registry cleaners * needed *.
None. Zip. Zilch. Nada.
Next !


MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============
Back to top
Login to vote
Display posts from previous:   
       Home -> Vista -> Security All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
  Windows Vista
 Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET