Created
November 7, 2024 15:45
-
-
Save elico/315d42ce912cd0762138c0deff26ad78 to your computer and use it in GitHub Desktop.
Allow ICMPv4 ping on Windows 10 /11 firewall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol="icmpv4:8,any" dir=in action=allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment