Skip to content

Instantly share code, notes, and snippets.

@carlosrabelo
Last active June 23, 2023 15:03
Show Gist options
  • Save carlosrabelo/11a155624caad01ec602b4e22480c91c to your computer and use it in GitHub Desktop.
Save carlosrabelo/11a155624caad01ec602b4e22480c91c to your computer and use it in GitHub Desktop.
allow ping on windows
netsh advFirewall Firewall add rule name="Allow Ping IPv4" protocol=icmpv4:8,any dir=in action=allow
netsh advFirewall Firewall add rule name="Allow Ping IPv6" protocol=icmpv6:8,any dir=in action=allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment