Windows ships with ICMP reply disabled in the firewall. Here is a quick 2 liner in powershell to enable ping replys.
1 2 |
Import-Module NetSecurity Set-NetFirewallRule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" -enabled True |
can you replace the “ ” qoutes with proper ” “?
oh apparently this website converts ASCII quotes to unicode ones even in comment. can you disable that?
David, thanks for the heads up. I updated the quotes.
This only works in English versions of the OS. Found it though with the ICMPv4 in my displayname.