ICMP Ping aktivieren oder deaktivieren

Ping wird mit folgender Firewall Regel erlaubt:

netsh advfirewall firewall add rule name=”ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in action=allow

Ping wird mit folgender Firewall Regel verboten:

netsh advfirewall firewall delete rule name=”ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in