Forum Discussion
Legacy1
Oct 12, 2024Copper Contributor
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
Sort By
- urmatbekowCopper Contributor
Run this in powershell:
netsh int ipv4 set glob defaultcurhoplimit=65It worked for me.
You can assign it as a startup command, to run automatically after turning on
- TalmagettCopper 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.