批处理列表

Gha*_*kus 5 batch-file

是否可以在cmd/batch中获取进程列表,如ctrl + alt + del/ctrl + shift + esc

ans*_*ung 9

几种方式:

您可以使用tasklist,wmic process list(在大多数Windows计算机上),或者get-process如果你正在使用PowerShell.