Skip to content

Instantly share code, notes, and snippets.

@elico
Created November 7, 2024 15:45
Show Gist options
  • Save elico/315d42ce912cd0762138c0deff26ad78 to your computer and use it in GitHub Desktop.
Save elico/315d42ce912cd0762138c0deff26ad78 to your computer and use it in GitHub Desktop.
Allow ICMPv4 ping on Windows 10 /11 firewall
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