ICS

  • Thread starter Thread starter Potekhin
  • Start date Start date
Potekhin said:
Hi

Note that the SP2 firewall is enabled as default.

If you are in a Active Directory (AD) domain, you can use Group Policy
to enable and configure the SP2 firewall.

If no AD, you can use netsh.exe to do this from the command line.

If you actually have previously disabled the SharedAccess service, you
can enable it with this command:

sc.exe config SharedAccess start= auto

Both the group policy part and 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

Managing Windows XP Service Pack 2 Features Using Group Policy
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/mangxpsp2/mngintro.mspx
 
Back
Top