Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created November 9, 2025 06:34
Show Gist options
  • Select an option

  • Save manueldev/4f2c62b40bc58a0f8dd8e06044490bbc to your computer and use it in GitHub Desktop.

Select an option

Save manueldev/4f2c62b40bc58a0f8dd8e06044490bbc to your computer and use it in GitHub Desktop.
enable ping icmp windows cmd
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