How to use cmd command "tasklist" to list all processes and it;s cpu usage? -


i want list processes , it's cpu usage, can "tasklist" command acheive?enter image description here

i want list image name,pid,and cpuusage througn cmd command this, has no cpu usage

enter image description here

use tasklist /v.

you may want set mode 240 before, or redirect output file:

tasklist /v >tasklist.txt 

(sorry, tasklist not support selection of properties show; "standard" view or "verbose" view)


Comments

Popular posts from this blog

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -