How to disable firewall via ICFUtil

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

Guest

Hi

I'm trying to disable the SP1 firewall using ICFUtil by typing

ICFUTIL /CLOSESERVICES

but it does not appear to work, returning just the command syntax. Any
ideas how I might go about doing this?

Thanks,
 
I worked out that you can disable the service:
at the command prompt type:

sc stop sharedaccess
sc config sharedaccess start= demand
 
Back
Top