How do I know which process is what program?

11,155

Solution 1

You can try http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

Solution 2

Tasklist (technet.microsoft.com/en-us/library/bb491010.aspx) is a stock program (Windows XP and higher?) that is similar to Task Manager, but can also break down the services for you. I know this isn't exactly what you want, but it could help.

tasklist /svc

Also, as Talonx mentioned, Process Explorer (technet.microsoft.com/en-us/sysinternals/bb896653.aspx) is a great tool. Along with all of the Sysintegrals (technet.microsoft.com/en-us/sysinternals/bb842062.aspx)

Solution 3

Besides the obligatory, already mentioned Process Explorer, there is a free tool: ProcessScanner. It generates a detailed list of the running processes and which porgrams they are associated with. The list is shown in the web browser.

alt text

Two similar programs, which are task manangers which show additional information to the processes are "What's Running" and "DTaskManager" (scroll down). Both are free.

What's Running

alt text
(source: freewarewiki.com)

DTaskManager

alt text
(source: altervista.org)

Share:
11,155

Related videos on Youtube

Silvercode
Author by

Silvercode

Updated on September 17, 2022

Comments

  • Silvercode
    Silvercode over 1 year

    Task manager shows a list of processes running. How do I find out, what process is what program? Sure the list shows the name of the exe-file, but I want to know the name of the program. Also I would like to be able to get info and manage those programs.

  • Viky
    Viky almost 15 years
    +1 @talonx. One of the must have tools for windows administration. Gives real details of the processes.