Releases: cryptopepy/TimerTool
2025 Update w/ Timer Lock
Add locking options to update timer resolution every 1.5ms, effectively disabling other programs from changing the system timer
Added controls and declarations for timer locking feature.
Add locking options to update timer resolution every 1.5ms, effectively disabling other programs from changing the system timer
The alternative to repeatedly locking the timer is to edit the system registry (regedit.exe) and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel
and set GlobalTimerResolutionRequests to dword value 1
This disables the per-application timer requests but it isnt power efficient
Virustotal scan is clean except for 2 distributors. It is clean, check the Behavior tab to see its getting flagged for system functions and not actually doing anything bad! No file drops, no network connections, it is because of the background process timer setting loop.
Behavior is clean:
Full Changelog: https://github.com/cryptopepy/TimerTool/commits/2025