When I'm trying to add the "Windows Firewall With Advanced Security" Snap-in, I get this error message:

MMC cannot initialize the snap-in

I searched for a solution but couldn't find any.

link|improve this question
feedback

1 Answer

I found a solution for this: HERE

Hope this helps.

Step 1:

Stop and restart the Windows Firewall service

a) Click Start, click in the Start Search box, type services.msc, and then press ENTER.

b) Double click on “Windows Firewall” > Stop and restart the service

To specify the user account that the service can use to log on, click the Log On tab, and then do one of the following:

c) Specify your user account to use the service, click This account, click Browse, and then specify your user account in the Select User dialog box. When you are finished, click OK.

d) Type the password for the user account in Password and in Confirm password, and then click OK.

Step 2:

Try performing system restore and check:

http://windows.microsoft.com/en-US/windows7/products/features/system-restore

Step 3:

If nothing helps, I suggest you to run SFC scan to find missing or corrupt files that may be causing this issue.

System File Checker (SFC) checks that all Windows 7 system files are where they should be as they were by default and not corrupted, changed, or damaged.

a. Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.

b. Click Continue or supply Administrator credentials if prompted.

c. In the Command Prompt window type the following, and press Enter:

sfc /scannow

d. You should see the following on-screen message:

Beginning the system scan. This process will take some time.

Beginning verification phase of system scan.

Verification % complete.

e. Once the scan has completed, test to see whether the issue that you are experiencing is resolved or not.

Refer the KB article for more information:

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

link|improve this answer
If i tell you that I have tried all of those tips and all didn't fix the problem... infact i won't Reinstall the system... – Issam Sep 7 '11 at 17:38
Oh man I am sorry... checking to see if I can find something else – Syrplex Sep 7 '11 at 19:50
thank you :) ... – Issam Sep 8 '11 at 14:07
I haven't been able to find a ting... sorry :/ – Syrplex Sep 10 '11 at 11:25
no problem friend, thank you ;) – Issam Sep 10 '11 at 15:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.