Registry Key to Disable XPSP2 Firewall

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On our network, we use scriptlogic to apply settings and registry keys, I
need a registry key to disable the Windows Firewall on XPSP2, some of our
"New" machines come with SP2 installed and when connected to the network
automatically start up the firewall.

Is there a registry key or keys to disable this that can be applied?
 
Non-domain: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile

Value name: EnableFirewall
Value Type: DWord
Value: 0 to disable, 1 to force enable

Domain: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile

Value name: EnableFirewall
Value Type: DWord
Value: 0 to disable, 1 to force enable
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top