Symptoms
This article provides information on the supported methods of turning off the Windows Firewall in Windows Server 2008 and above.
Stopping or disabling this service in Windows Server puts a server in an unsupported configuration. It can also cause numerous network-related issues.
There are still situations in which it is necessary to turn off the firewall, and there are supported methods for doing so that don't involve stopping or disabling the service. In Windows Server 2008 and 2008 R2, the firewall can be turned off using the Windows Firewall with Advanced Security console and netsh commands. Windows Server 2012 or above allows both of those methods and also offers the Set-NetFirewallProfile Windows PowerShell cmdlet.
1. To turn off the Windows Firewall with Advanced Security console
- Open the Server Manager console.
- In Windows Server 2008 and 2008 R2, in the left pane, expand Configuration and click Windows Firewall with Advanced Security.
In Windows Server 2012 or above, select Windows Firewall with Advanced Security from the Tools menu.
- In the center pane, click Windows Firewall Properties.
- There are three profile tabs in the properties window, corresponding to the three Windows Firewall profiles (domain, private, and public). In each profile tab, select Off from the Firewall state dropdown list.
- Click OK to close the firewall properties window.
2. To turn off the firewall using netsh commands:
- Open an administrative command prompt.
- Type
netsh advfirewall set allprofiles state off
3. To turn off the firewall using Windows PowerShell in Windows Server 2012 or above, including Windows Server Core:
- Open Windows PowerShell.
- Type
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
Cause
-
Resolution
-
Servers, Microsoft Windows Server 2016, Microsoft Windows 2008 Server R2, Microsoft Windows 2008 Server Service Pack 2, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2