Hyper-V防火牆打開Ping的回應

netsh advfirewall firewall add rule name="ICMP Allow" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall firewall set rule name="ICMP Allow" new enable=yes
netsh advfirewall firewall set rule name="ICMP Allow" new enable=yes