Mentre il servizio Windows Firewall è disabilitato, provare ad applicare questo comando ↓
netsh advfirewall firewall add rule name="My App (HTTP-In)" dir=in action=allow protocol=TCP localport=1234 remoteip=localsubnet program=SYSTEM
causa questo errore:
An error occurred while attempting to contact the Windows Firewall service. Make sure that the service is running and try your request again.
So che puoi aggiungere regole direttamente tramite l'Editor del Registro di sistema aggiungendo valori a questa chiave ↓, ma vorrei ometterlo in questo modo.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules
La domanda è: esiste un altro modo per aggiungere le regole del firewall mentre il servizio Windows Firewall è disabilitato?