Disable Windows Firewall Remotely
Being domain administrator in a complex network, you don’t want to walk around to fix issues or to install a software. You rely on remote desktop solutions to get into other devices. I use the admin share (\\node\x$) command very often. However, when the devices you’re working with has Windows firewall enabled, you’re out of luck. 
Turning off Windows firewall remotely seems to be impossible in enterprise networks. Of course, in a network with 20 desktops, you could just simply walk over and do it. I’ve done a lot of searches and tried various of methods, the conclusion is: No Go!
A guy once wrote an au3 script, some people confirmed it works. But when I tired it recently, it works only if the target client is yourself. When I tried the script targeting another node, it does nothing. The way I see it: If windows firewall blocks incoming ICMP packets, it’s pretty much it. I have to walk over to the node and manually turn WFW off.
Maybe, creating a global policy on the domain controller would be the way to go…
Leave a Comment