การ ปิด/เปิด PING บน Windows

Run Command as Administrator ป้อนคำสั่งตามด้านล่าง

ปิด PING
netsh advfirewall firewall add rule name=”Block ICMP Ping” protocol=icmpv4 dir=in action=block enable=yes

เปิด PING
netsh advfirewall firewall add rule name=”Allow ICMP Ping” protocol=icmpv4 dir=in action=allow enable=yes

Leave a Reply

Your email address will not be published. Required fields are marked *