1/24/12

Windows Server 2008 R2 - Disable Firewall



I always disable the Windows firewall on all of my development virtual machines, this is a quick and easy way to avoid frustration with connectivity issues.

Here is the command I use to disable the firewall. Open an elevated command prompt ( right click cmd.exe icon and select run as administrator)

netsh advfirewall set allprofiles state off


This will immediately disable all firewall profiles.



No comments:

Post a Comment