Path to run program is found under Windows via PID

Source: Internet
Author: User
Path to run program is found under Windows via PID

Have you ever encountered a situation where you see many of the same process names through the Task Manager of Windows. For example, running several Tomcat processes on a single machine,

Only Java process names can be displayed on Task Manager, which is different from PID. At this point, if you want to know exactly which Tomcat is starting up, use the most resources.
The execution path of the process is determined.
The method is actually quite simple to enter the command at the command prompt.
WMIC process List view of all processes
WMIC process Get Name,executablepath,processid

However, the above is no use, the following is the focus


View process name, path, PID and use Find or findstr to find the path to the PID.
WMIC process get NAME,EXECUTABLEPATH,PROCESSID|FINDSTR PID
That's OK.

Path to run program is found under Windows via PID

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.