Skip to content

Instantly share code, notes, and snippets.

@tariqmislam
Created March 21, 2012 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tariqmislam/2151116 to your computer and use it in GitHub Desktop.
Save tariqmislam/2151116 to your computer and use it in GitHub Desktop.
Enabling / Disabling Windows (7) Firewall
In regedit (Start -> Run -> regedit)...Take a look at the following locations and ensure that the REG_DWORD for "EnableFirewall" is set to a value of 0. In this current revision, do this for all profiles (Domain, Public, etc).
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\SharedAccess\Parameters\FirewallPolicy\DomainPr ofile\EnableFirewall
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dowsFirewall\DomainProfile\EnableFirewall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment