How to Turn Off Windows Firewall Using PowerShell and Command Prompt

If you want to turn off the Windows Firewall, there are three methods. One is using the GUI which is the method that takes the most time, the other two methods are faster and using PowerShell and command prompt.

Turning Off Firewall Using PowerShell

On the PowerShell, execute the following command. This will turn off your firewall.

Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False

Turning Off Firewall Using Windows Command Prompt

Open the command prompt and execute the following command:

netsh advfirewall set allprofiles state off

2 Comments

  1. Thank you, I’ve just been looking for info about this subject for ages and yours is the best I have found out till now. But, what in regards to the bottom line? Are you certain in regards to the supply?

Leave a Reply

Your email address will not be published.