List running Processes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am trying to find the file location and file names of all the processes that I see in windows task manager. How can I list all the exes that are running currently?

Thanks in advance,
Alwin S.
 
Hi Al

If you look at the System.Diagnostics.Process class

You can use the GetProcesses method and use the startinfo property for each
process to get the file information.

Henk

Al Sav said:
Hello,
I am trying to find the file location and file names of all the processes
that I see in windows task manager. How can I list all the exes that are
running currently?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top