Disabling the Windows Firewall
1.) The first option is to edit the registry. To do this click on START, then Run and open up REGEDIT. Navigate to the following keys and change these settings:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile\EnableFirewall=0 (DWORD data type)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile\EnableFirewall=0 (DWORD data type)
If you are deploying multiple machines you can then extract these keys as a reg key for later deployment.
To learn more about these registry edits, please review Microsoft's documentation on Windows XP SP2, "Deploying Windows Firewall Settings for Microsoft
Windows XP with Service Pack 2", which can be found at: http://www.microsoft.com/downloads/details.aspx?familyid=4454e0e1-61fa-447a-bdcd-499f73a637d1. Make sure you download the document entitled, "WF_XPSP2.doc".
2.) A second option is to edit firewall settings from the command line.
The following command will disable the Windows Firewall:
netsh.exe firewall set opmode mode=disable profile=all
To disable the firewall service entirely, also use the following code:
sc.exe config SharedAccess start= disabled
If you are deploying multiple machines you could easily write a batch file containing the above code for later deployment.
Documentation on the command line procedure is also available in Microsoft's document, "WF_XPSP2.doc"
Disabling Windows XP SecurityCenter
Many people looking for this information have also found it helpful to know how to disable the Windows XP Security Center as well. There are a couple of ways to do this.
1.) Disable the service manually
To disable the Windows XP Security Center service, navigate to START, Run, then type in "services.msc". In the list of services find "Security Center" and open it. Select "disabled" from the drop-down menu and click Apply.
2.) Disable without user interaction
If deploying a large amount of machines, or if you would rather this process be silent, you can run the following command line option:
sc.exe config SharedAccess start= disabled
If you are deploying multiple machines you could easily write a batch file containing the above code for later deployment.
Published by Matt A
Matt resides in Indianapolis, IN with his wife and their dog, Bear. He has a BA in English from Hillsdale College. In his spare time he enjoys writing fiction. View profile
Protect Your Computer for Free with Microsoft: Complete Protection Guide...The Microsoft Windows Malicious Software Removal Tool checks computers running Windows XP, Windows 2000, and Windows Server 2003 for infections by specific, prevalent malicious...
Windows Vista: What's New? and is it Worth It?If you haven't heard, Microsoft will be releasing a new Windows operating system in January, called Windows Vista. How is it different from Windows XP?- Microsoft Windows XP FirewallWindows built in firewall software explained. And adding an additional layer of protection.
- A Look at PC Magazine's Review of Windows Internet Explorer 7Despite upgrading only the version of IE on Windows XP SP2, IE7 gets high marks for the biggest improvements since IE6" However, the ZiffDavis does gives the nod to Firefox... but stills calls the Vole's latest a must...
- Windows XP Service Pack 2
- Zone Labs Vs. Windows XP Service Pack 2 Firewall
- How to Protect Your PC Effectively and Stay Less Vulnerable on the Web
- Backup Windows Shares with Ubuntu 8.X
- How to Get Rid of Spyware and Make Windows Run like a Dream
- A Complete Guide to the Microsoft Windows Firewall
- How to Determine If Your Computer Has a Firewall
- Disable the Windows Firewall with REGEDIT or the command line
- Disable the Windows XP Security Center



