Para habilitar o firewall execute o seguinte comando.
netsh advfirewall set currentprofile state onPara desabilitar o firewall do windows execute o seguinte comando.
netsh advfirewall set currentprofile state offPara executar o comando remotamente via psexec use o seguinte comando.
psexec \\192.168.200.xxx netsh advfirewall set currentprofile state off