Activating ICF per registry ?

  • Thread starter Thread starter Walter
  • Start date Start date
W

Walter

is it possible to activate the internal internet firewall
per registry key´s ?

thanks

walter
 
No, ICF's settings are not in the registry.

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


is it possible to activate the internal internet firewall
per registry key´s ?

thanks

walter
 
i have to activate this on 400 notebooks, so i would tried this with
the policy


Pat (MSFT) said:
Out of curiosity, why would you want to do this?

--

Pat Fetty (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights



Ken Wickes said:
No, ICF's settings are not in the registry.

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


is it possible to activate the internal internet firewall
per registry key´s ?

thanks

walter
 
ICF settings in XPSP1 are in the WMI store, but you have a couple of
options.

1. If you are in an AD environment, you can use Group Policy to enable and
configure the firewall
2. You could write a VB script to use the INetSharing API (documented on
MSDN) to enable the firewall on each of these machines, however, this has to
be run in the context of an administrator since regular users are not able
to enable ICF.
3. Run a simpler logon script as domain admin that will start the firewall
service (net start sharedaccess)

--

Pat Fetty (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights



Walter said:
is there a way to activate the icf without manually handle?

thanks

walter

Ken Wickes said:
No, ICF's settings are not in the registry.

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


is it possible to activate the internal internet firewall
per registry key´s ?

thanks

walter
 
hi pat

ad1) is there a sample adm file

thanks

walter

Pat (MSFT) said:
ICF settings in XPSP1 are in the WMI store, but you have a couple of
options.

1. If you are in an AD environment, you can use Group Policy to enable and
configure the firewall
2. You could write a VB script to use the INetSharing API (documented on
MSDN) to enable the firewall on each of these machines, however, this has to
be run in the context of an administrator since regular users are not able
to enable ICF.
3. Run a simpler logon script as domain admin that will start the firewall
service (net start sharedaccess)

--

Pat Fetty (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights



Walter said:
is there a way to activate the icf without manually handle?

thanks

walter

Ken Wickes said:
No, ICF's settings are not in the registry.

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


is it possible to activate the internal internet firewall
per registry key´s ?

thanks

walter
 
Is there any adm file available to configure ICF through group policies
If the configuration is available by default, what is the tree to reach these configurations

Thank you

Jean-Sebastien
 
Currently the only gp option is to force it off. ICF is getting a lot of
changes in SP2 so keep an eye out for that.
 
Back
Top