Just today got a warning that my Firewall wasn't turned on. Tried to turn it on and it won't respond. Any ideas?
Just today got a warning that my Firewall wasn't turned on. Tried to turn it on and it won't respond. Any ideas?
Is the windows firewall service enabled?
Open a command prompt as admin and type the following...
In that order, do not type it any other way apart from the way i have typed it. Copy and paste might be a good idea here.
- Sc config MpsSvc start= auto
- Net start MpsSvc
- Netsh set firewall opmode enable
You also may have to consider the possibility that your system has been infiltrated by a hacker. If you think this is the case you should either install a thrid party firewall for example COMODO and disable windows firewall or type the following command to reset your firewall. This will remove any changes a hacker may have made and everything will be blocked again until you unblock it when it pops up on the screen.
Command - Netsh firewall reset
Let us know if that helps![]()