Question TRACERT (Trace Route) command slow in Windows 10

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
Solution
You didn't read the information in the link. That's my question, but with details
Before some windows 10 update, everything was fine, now it's not. Need to find the cause and fix it.
internal timers were changed, you cant fix it
you can work around it, here example:
go to c:\windows\system32 folder
create new text file, label it as tracer.bat (you do need admin rights for making files in system32 folder)
open it in notepad
type in:
Code:
@echo off
c:\windows\system32\tracert.exe -d -w 1000 %1
save file and in commandline/terminal instead of tracert command, use tracer command
ex:
tracer 8.8.8.8
Sep 14, 2024
10
0
10
you can watch youtube tracert video from any windows version
if adress doesnt contain hostname, but only ip, it will be waiting for timeout (~5secs)
This is the tracert View: https://i.imgur.com/ZFKYAXv.mp4
Taken from my second computer (Windows 10 LTSC 1809). It has the latest updates installed for its version. tracert still works well (fast)

I watched the video, indeed some old videos have long tracing, and some have normal tracing.
View: https://youtu.be/WzCPUbb1HUI?t=21
 
Last edited:

TRENDING THREADS