On a Windows system you can alter the firewall configuration (enable / disable) by using netsh
, which is a command-line utility. Consultation of the firewall state can be found by executing the following command: "netsh advfirewall show allprofiles"
.
Consult and change the firewall settings on a Windows machine
Reply