Skip to content

Instantly share code, notes, and snippets.

@farneser
Last active September 15, 2024 15:21
Show Gist options
  • Save farneser/3acdc050b59235e95c96802747b02113 to your computer and use it in GitHub Desktop.
Save farneser/3acdc050b59235e95c96802747b02113 to your computer and use it in GitHub Desktop.
How to change TTL on windows 10/11 in on command

Change windows 10/11 TTL in one command and reboot

netsh int ipv4 set glob defaultcurhoplimit=65

Check TTL value

ping 1.1.1.1

Use 1.1.1.1 or any IP

@FalsePhilosopher
Copy link

Thank you for posting this, it always take me forever to find this command online as everything states to do the reg change and I know there is a single command to do this out there lol. Mad props!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment