Run Time of a Process in windows XP
Can I see what a process was started on windows XP? I don't see it as column in task manager, there another way?
Solution 1:
Try this on the command line.
wmic process get caption,creationdate
Refer to Windows Management Instrumentation Command-line
Solution 2:
Using Microsoft/SysInternals Process Explorer, which is a much more full-featured process manager, you can add a Process Start Time column to the basic process list to see the time each process started.