Forum Discussion

Legacy1's avatar
Legacy1
Copper Contributor
Oct 12, 2024

DefaultTTL gets deleted on reboot

It seem MS are up to no good changing your settings I don't know if anyone knows this but back when IE was a thing their was a option to uncheck “Use Passive FTP” and every update it would recheck.

I run this:

netsh interface ipv4 set global defaultcurhoplimit=64

which adds in Registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

DefaultTTL 64

 

Now on reboot for what every reason its removed😤

2 Replies

  • urmatbekow's avatar
    urmatbekow
    Copper Contributor

    Run this in powershell:
    netsh int ipv4 set glob defaultcurhoplimit=65

    It worked for me.

    You can assign it as a startup command, to run automatically after turning on

    • Talmagett's avatar
      Talmagett
      Copper Contributor

      Oh, thank you. I tried a lot of actions with ChatGPT, but unsuccessfully. I'm interested in what causes deletion of the parameter. A week ago, all was fine, and worked.

Resources