Hello! Surely there are some ways to add * .exe file to the list of allowed Windows firewalls. Maybe you know how? Thank you =)
UPD: To do this in principle is real! Here is the implementation in PHP:
passthru("netsh firewall add allowedprogram %WINDIR%\system32\myapp.exe TCPInfrastructure>nul 2>&1");
And how to do the same, but in Delphi, the desktop language?