disabling XP SP2 firewall on NT domain

  • Thread starter Thread starter Barkingmadscot
  • Start date Start date
B

Barkingmadscot

Hi,

I have just start a contract work in NT4 Domain, working on software
deployment. I have no problems with 2K and XP SP1.

Just wanted to know if you can disable the XP2 firewall.

I know i can do it with the logon script using the SC or NET commands.
Is it possible to do this without adding to the logon script.

when i use the SC command from my PC i get the following error
i type
SC \\"computername" stop sharedaccess

[SC] OpenSCmanger FAILED 1722

The RPC service is unavailable

I have about 800 PCs
 
Hi,

I have just start a contract work in NT4 Domain, working on software
deployment. I have no problems with 2K and XP SP1.

Just wanted to know if you can disable the XP2 firewall.

I know i can do it with the logon script using the SC or NET commands.
Is it possible to do this without adding to the logon script.

when i use the SC command from my PC i get the following error
i type
SC \\"computername" stop sharedaccess

[SC] OpenSCmanger FAILED 1722

The RPC service is unavailable

I have about 800 PCs


net stop shared access through a login script
disable the service in login script
 
Back
Top