Windows command line tutorial[part4]

-->



You are Expert!!!


TASK

See all Pid(process id):
tasklist

tasklist /? (This command will show all option:help)

Show the all DLL is with the image:

tasklist /M >pid.txt (Output to a text file called “pid.txt”)


Show the all DLL is related with the specified image:

Displaying Services in each process:

Read more »