Firewall – How to remotely disable Firewall on Windows XP

firewallhackingwindows-xp

I am a Jr Admin of a company who's boss seems to think its a good idea to get local admin rights to all users… I can't win until i take his job. We have some users who set the firewalls to disable all connections coming in.

How can I remotely reconfigure these firewalls without their knowledge?

Failed attempts below!

S:>net use \192.168.1.71\IPC$ "password" /user:domain\username
The command completed successfully.

S:\pstools>sc \192.168.1.71 pause "Windows Firewall/Internet Connection Sharing
(ICS)"
[SC] OpenSCManager FAILED 1722:

The RPC server is unavailable.

S:\pstools>telnet \192.168.1.71 135
Connecting To \192.168.1.71…Could not open connection to the host, on port 13
5: Connect failed

S:\pstools>psservice \192.168.1.71 -u domain\username -p password stop "Windows
Firewall/Internet Connection Sharing (ICS)"

PsService v2.21 – Service information and configuration utility
Copyright (C) 2001-2006 Mark Russinovich
Sysinternals – www.sysinternals.com

Unable to access Service Control Manager on \192.168.1.71:
The RPC server is unavailable.

Sure I could drive out grab the machine, do some things to get me fired to have things done correctly, but i'm looking for a simpler way to get this done.

Best Answer

Group Policy is the best answer for this. All of the firewall settings can be set and enforced through this method.