Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to save Running processes from Task Manag
Message
From
09/03/2010 15:20:20
 
General information
Forum:
Windows
Category:
Troubleshooting
Miscellaneous
Thread ID:
01453563
Message ID:
01453578
Views:
53
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>Something is going on on my computer. I'd like to import all currently running processes and send to someone to examine. I'm wondering how can I save the currently running processes from the Task Manager?

One widely used utility for trying to analyze/identify malware is HijackThis: http://free.antivirus.com/hijackthis/ . Many security professionals will ask you to post a log of a run of this product.

If you just want a list of running processes, one method is to use the TASKLIST utility from a CMD prompt, and redirect its output to a file:
tasklist /? [for syntax]
tasklist > MyTasks.txt [lists tasks]
tasklist /svc > MyServices.txt [lists services]
etc.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform