G Guest Oct 19, 2004 #1 I have a computer's XP Firewall setup the way I want it. Is their any way I can copy it's configuration to all my other computers?
I have a computer's XP Firewall setup the way I want it. Is their any way I can copy it's configuration to all my other computers?
T Torgeir Bakken \(MVP\) Oct 19, 2004 #2 Jeff said: I have a computer's XP Firewall setup the way I want it. Is their any way I can copy it's configuration to all my other computers? Click to expand... Hi There is no support for export/import settings in the Windows XP Firewall. You can display the settings like this (in a command prompt): netsh.exe firewall show config For a more detailed listing: netsh.exe firewall show config verbose = ENABLE Redirect to a file like this: netsh.exe firewall show config verbose = ENABLE >fw_cfg.txt You can e.g. create a batch file and run netsh.exe commands there to configure the firewall on all computers. The netsh.exe syntax is documented in WF_XPSP2.doc. WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft Windows XP with Service Pack 2" is downloadable from http://www.microsoft.com/downloads/details.aspx?familyid=4454e0e1-61fa-447a-bdcd-499f73a637d1
Jeff said: I have a computer's XP Firewall setup the way I want it. Is their any way I can copy it's configuration to all my other computers? Click to expand... Hi There is no support for export/import settings in the Windows XP Firewall. You can display the settings like this (in a command prompt): netsh.exe firewall show config For a more detailed listing: netsh.exe firewall show config verbose = ENABLE Redirect to a file like this: netsh.exe firewall show config verbose = ENABLE >fw_cfg.txt You can e.g. create a batch file and run netsh.exe commands there to configure the firewall on all computers. The netsh.exe syntax is documented in WF_XPSP2.doc. WF_XPSP2.doc "Deploying Windows Firewall Settings for Microsoft Windows XP with Service Pack 2" is downloadable from http://www.microsoft.com/downloads/details.aspx?familyid=4454e0e1-61fa-447a-bdcd-499f73a637d1