We want to use Cisco NAC and need to check if client Desktop has a firewall installed. This may be not the default Windows Firewall.
Is there some Windows registry key that can be checked?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For non-Windows firewalls, you can use WMI API to detect the presence of a firewall if it’s registered with Windows.
And you can use this little gem to detect if it’s actually on or off.
For Windows Firewall detection, it’s INetFwMgr and friends.