DOS command log and DOS to find working path through process ID

Source: Internet
Author: User

Excerpt from: http://www.cnblogs.com/lisuyun/p/5880815.html

DOS command

Tasklist |findstr "1696" to view process name through process ID

tasklist List All Processes

Netstat-ano view the various states of the current network communication process connection

The following transfers from http://blog.chinaunix.net/uid-27570589-id-3969108.html

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
Under
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
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.

DOS command log and DOS to find working path through process ID

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.