How to enable and disable firewall profiles using cmd #cmd commands

 Windows terminal commands

netsh advfirewall set allprofiles state off

netsh advfirewall set allprofiles state on

Comments