Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firewall
#1
http://gyazo.com/ced8763c859b27747fc3fc9474eb1021

Can't even enable...
[Image: xypfOL.png]
Reply
#2
Test 1: Scan for malware
Test 2: Try starting the Firewall service manually:
  • 1) Go to your start menu and type in services.msc and hit enter
    2) Find the entry that is listed as "Windows Firewall" and Start this service, make sure it's startup type is Automatic as well. Then click Apply, and OK to exit.
    3) Reboot Windows, it should be started now.

Test 3 If it's still not enabled, try this batch file:
Code:
sc config MpsSvc start= auto
sc config KeyIso start= auto
sc config BFE start= auto
sc config FwcAgent start= auto
net stop MpsSvc
net start MpsSvc
net stop KeyIso
net start KeyIso
net stop BFE
net start BFE
net stop FwcAgent
net start FwcAgent

Save as .bat and run.

Test 4: Lastly, if nothing else worked, try booting up into a Clean Boot state, and see if you can start Windows Firewall.
Reply
#3
Are you logged in as an administrator?

Also, try booting into safe mode and enabling it Smile

Hope this helped
Reply
#4
This may help you mate : http://answers.microsoft.com/en-us/windo...b=MoreHelp

Let me know if it really did. Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows firewall Woes... Zero_Viscosity 9 1,365 01-23-2011, 12:48 PM
Last Post: Disruption
  What firewall you use in Windows 7? Acekidd01 49 9,302 11-04-2009, 07:10 PM
Last Post: Darkside

Forum Jump:


Users browsing this thread: 1 Guest(s)