C# - How to chceck if external firewall is enabled?

后端 未结 2 1651
故里飘歌
故里飘歌 2020-12-20 05:52

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

2条回答
  •  既然无缘
    2020-12-20 06:42

    Maybe just check if you can establish connection, if you can't - display a message that user should check firewall if it's installed?

提交回复
热议问题