Is it possible to get process list in cmd/batch like in ctrl+alt+del/ctrl+shift+esc
A few ways:
You can use tasklist
, wmic process list
(on most Windows machines), or get-process
if you are using Powershell.
Yet another one, the excellent PsList program from SysInternals.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With