03.01.2022

To enable PING reply in Windows 10 the firewall needs to allow the ping request.

Open the command prompt (cmd) with administrator rights and fire the following command.

netsh advFirewall Firewall add rule name=”PING IPv4 allow” protocol=icmpv4:8,any dir=in action=allow

Comments

Leave a Reply