I have a Windows system that exposes some weird activity at regular timer interval and suspect this originates in a running process.
Is there a tool to list all process timers? No matter it is CLI or GUI, just listing will be enough to discover a source. Expected information for each timer: process id, explode timestamp, repeat interval (if repeatable).
(Of course I have started with ProcessExplorer from Sysinternals but it seems there is no timer handle type at all in its notion.)