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?
i want list image name,pid,and cpuusage througn cmd command this, has no cpu usage
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
Post a Comment