netsh advfirewall firewall add rule name=dropdrop dir=out protocol=tcp remoteport=123 action=block enable=yes remoteip=1.2.3.4
出站规则(dir=out) 阻止连接1.2.3.4的123端口
netsh advfirewall firewall add rule name=dropdrop dir=out protocol=tcp remoteport=123 action=block enable=yes remoteip=1.2.3.4
出站规则(dir=out) 阻止连接1.2.3.4的123端口