Welcome Guest ( Log In | Register )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Spyware, virus, trojan, fake security or privacy alerts? Read the malware cleaning guide.
      
 
Reply to this topicStart new topic
Vista shows multiple firewalls active - screenshot
Phenix
post Apr 15 2008, 06:49 AM
Post #1


Member
***
Posts: 181
OS: Vista/XP



This just started showing as a warning. Very strange. Windows firewall is disabled and the only firewall I have is Comodo which I have had for months. However Vista is warning me that multiple firewalls are active and both firewalls are Comodo


Go to the top of the page
 
+Quote Post
starjax
post Apr 15 2008, 07:50 AM
Post #2


Global Moderator
Group Icon
Posts: 5,493
From: dallas, tx
OS: Windows Vista x64



interesting. Try launching Windows Defender. Go to Tools, the Software Explorer.

By default, it starts by showing "startup items." Take a look through there and see if you see more than one Comodo.

I took a look at http://forums.comodo.com/ and didn't see any related posts. They are still a great resource for Comodo related questions. Let me know what Defend shows.
Go to the top of the page
 
+Quote Post
Phenix
post Apr 15 2008, 08:07 AM
Post #3


Member
***
Posts: 181
OS: Vista/XP



Software Explorer showed only 1 Comodo.
Go to the top of the page
 
+Quote Post
starjax
post Apr 15 2008, 08:21 AM
Post #4


Global Moderator
Group Icon
Posts: 5,493
From: dallas, tx
OS: Windows Vista x64



ok, the next steps to take (if you really want to):

Create a restore point by going to Control Panel\System and Maintenance\Backup and Restore Center, click on "create a restore point" on the left hand panel. When the new options appears, click on Create (bottom right). Follow the prompts.

Uninstall Comodo firewall and reboot.

Go to the Start Menu and enter regedit

service list:

HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Services

You can see the display name of the service by going to:

Start->Settings->Control Panel->Administrative Tools->Services

Uninstall and reboot and check for proper cleanup:

1) Check in ‘HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Services’ that there is no entry for Comodo Firewall
2) Right click on ‘My Network Place’ choose Properties and then right click on ‘Local Area Connection’ and choose properties and check if in the general tab you have an entry for ‘Comodo Firewall Driver’ and if so click on uninstall and reboot
4) Go to c:\Program Files\ and delete the folder ‘Comodo’
__________________

IF at any time you have a question, please stop and ask.

Regards,
Starjax
Go to the top of the page
 
+Quote Post
Phenix
post Apr 15 2008, 08:56 AM
Post #5


Member
***
Posts: 181
OS: Vista/XP



Shouldn't I enable windows firewall while doing this?
Go to the top of the page
 
+Quote Post
starjax
post Apr 15 2008, 09:28 AM
Post #6


Global Moderator
Group Icon
Posts: 5,493
From: dallas, tx
OS: Windows Vista x64



Yes, you can.
Go to the top of the page
 
+Quote Post
Phenix
post Apr 15 2008, 10:04 AM
Post #7


Member
***
Posts: 181
OS: Vista/XP



I followed all those steps and Comodo is still there

I went ahead and installed Zone Alarm for Vista, as Comodo doesn't show in programs and features after uninstall,

also note: even before performing the above -> Comodo Icon didn't show in the programs and features list


Edit: Update:

I found another entry in the registry under HKEY_CURRENT_USER\software\Comodo Group <-Folder

Edit: Update 2:

I have reinstalled Comodo then followed your instructions again, I also delete the key posted above and found one additional

HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache\ There were 6 files listed in this key

I also disabled security center -> restarted -> re-enabled it.

Note: When I reinstalled Comodo there was an Icon for it in Programs and Features, but it still showed 2 comodo's through Security Center.

This is still not fixed, as it shows Comodo as being active when a search both in registry and on all files/folders turns up nothing.

Edit: Update 3:
Do you have any idea on this one?

I deleted in total 20+ registry keys from the registry for comodo, there are still a few more on there that I am nervous to mess with so figured I would throw one up as an example:
NVIDIA nForce Networking Controller - Comodo Firewall Miniport

This post has been edited by Phenix: Apr 15 2008, 12:05 PM
Go to the top of the page
 
+Quote Post
Phenix
post Apr 15 2008, 01:58 PM
Post #8


Member
***
Posts: 181
OS: Vista/XP



Problem is Solved. Here is what I did that seemed to solve the problem

1) Uninstalled through add/remove programs
2) Create Restore point
3) Launch Regedit (Search for and delete Comodo registry keys by using ctrl+F)
4) Show hidden and system folders
5) From windows explorer right click the drive where installed and select search (Delete all instances)
6) Through Administrative Tools - stop service (Windows Management Instrumentation)
7) Navigate to C:\windows\system32\wbem\ and delete Repository Folder
8) Go back to services and restart Windows Management Instrumentation
9) Restart the computer to rebuild the Repository
10) Reinstall or install other firewall

This post has been edited by Phenix: Apr 15 2008, 01:59 PM
Go to the top of the page
 
+Quote Post
starjax
post Apr 16 2008, 09:34 AM
Post #9


Global Moderator
Group Icon
Posts: 5,493
From: dallas, tx
OS: Windows Vista x64



wow! I'm impressed with the work you did. Very good job.
Go to the top of the page
 
+Quote Post
Phenix
post Apr 16 2008, 10:08 AM
Post #10


Member
***
Posts: 181
OS: Vista/XP



I left off the last step because the Repository was not correctly rebuilt.

I went to the command prompt and did the following commands

cd C:\

net stop winmgmt

winmgmt /verifyrepository

let it come back and tell me there were inconsistencies

winmgmt /salvagerepository

net start winmgmt

then rebooted
-------------------------------------------------------------------------------------------------------------------------------------
It seems after a lot reading and tinkering with this that it is quite common for the security center to become corrupt after installing/uninstalling security programs, in addition I couldn't find much information on this next section of my post. I don't guarantee any of this as I just found it all while experimenting with this problem, I didn't get to try this as my problem was fixed another way:

Looking back I wish I would have done the following:

1) go to control panel -> administrative tools -> computer managementv->
2) expanded services and applications
3) Right click WMI Control and select properties
4) Backup/Restore Tab -> Select Backup now (Before becoming corrupted)
5) After corruption I could have Restored

I just backed up my laptop WMI to the WBEM folder under system32 as Repository Recovery.rec
----------------------------------------------------------------------------------------------------------------------------------------

In Addition I wanted to include this utility by Microsoft that I found which I did not get to try, but think I will mess with on a test machine just to see what it can do. Will update here with a review afterwards.

http://www.microsoft.com/downloads/details...;displaylang=en



This post has been edited by Phenix: Apr 16 2008, 10:18 AM
Go to the top of the page
 
+Quote Post
starjax
post Apr 16 2008, 01:18 PM
Post #11


Global Moderator
Group Icon
Posts: 5,493
From: dallas, tx
OS: Windows Vista x64



well that's a handy utility. Wish I had that for the few times I had corrupted wmi. I have had to do a lot of what you did to fix SMS related issue at work, among other things.

Go to the top of the page
 
+Quote Post
TomWij
post Jun 9 2008, 05:06 PM
Post #12


Geek in Training
***
Posts: 124
From: Antwerp
OS: Windovs Vista Ultimate SP1 x64



That's a long routine to fix a single little issue.

You should try to pose yourself the question why it is listed twice, where that information is stored and fix that specific location.
No need to reinstall your firewall if it is good working, Comodo can be a mess to uninstall.
(It had me a day without internet, still entries not deleted here and there, though I removed it 2 weeks ago.)

This post has been edited by TomWij: Jun 9 2008, 05:06 PM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


RSS Time is now: 21st November 2008 - 08:55 PM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.