Question TRACERT (Trace Route) command slow in Windows 10

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