Logging Task manager data to files

  • Thread starter Thread starter Piyush
  • Start date Start date
P

Piyush

Hi,
Is there a way I can get the data shown in the Task
Manager about a particular process (or all the processes
shown) to be written out to a text file?
 
In said:
Hi,
Is there a way I can get the data shown in the Task
Manager about a particular process (or all the processes
shown) to be written out to a text file?

What OS?

Try some of the tools from Sysinternals
http://sysinternals.com
Process Explorer, PSList, et al.

Or tlist.exe from the installable MS Support Tools perhaps.

pslist >file
for example.
 
Back
Top