Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

cmd

tasklist

I want to list all processes and it's cpu usage, Can the "tasklist" command acheive?enter image description here

I want to list Image Name,PID,and CPUUsage througn cmd command like this, but it has no cpu usage

enter image description here

like image 683
elsonwx Avatar asked Jan 21 '26 08:01

elsonwx


1 Answers

use tasklist /v.

You may want to set mode 240 before, or redirect output to a file:

tasklist /v >tasklist.txt

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

like image 156
Stephan Avatar answered Jan 26 '26 09:01

Stephan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!