Windows 10 taskList 命令详解


显示本地或远程计算机上, 目录正在运行的进程列表。

基本用法     详细用法

taskList
			

基本语法

taskList [/S system [/U username [/P [password]]]]
 
         [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]
			

选项参数

参数 EN 解释 中文翻译 备注
/S system Specifies the remote system to connect to. 指定要连接的远程系统。
/U [domain\]user Specifies the user context under which the command should execute. 指定命令应在其下执行的用户上下文。
/P [password]

Specifies the password for the given user context.

Prompts for input if omitted.

指定给定用户上下文的口令。

提示输入,若省略。

/M [module]

Lists all tasks currently using the given exe/dll name.

If the module name is not specified all loaded modules are displayed.

列表目前使用给定 exe/dll 名称的所有任务。

若不指定模块名称,显示所有加载模块。

/SVC Displays services hosted in each process. 显示每进程所托管的服务。
/APPS Displays Store Apps and their associated processes. 显示商店 App 及其关联进程。 仅限 Windows 8 10
/V Displays verbose task information. 显示冗余任务信息。
/FI filter Displays a set of tasks that match a given criteria specified by the filter. 显示匹配通过过滤器指定的给定条件的一组任务。
/FO format

Specifies the output format.

Valid values: "TABLE", "LIST", "CSV".

指定输出格式。

有效值:TABLE LIST CSV

/NH

Specifies that the "Column Header" should not be displayed in the output.

Valid only for "TABLE" and "CSV" formats.

指定在输出中,不应显示列标题。

仅对 TABLE 和 CSV 格式有效。

/? Displays this help message. 显示此帮助消息。

Filters 参数

过滤器名称 有效运算符 有效值 中文翻译 备注
STATUS eq, ne

RUNNING | SUSPENDED

NOT RESPONDING | UNKNOWN

运行 | 暂停

没有响应 | 未知

IMAGENAME eq, ne Image name 映像名称
PID eq, ne, gt, lt, ge, le PID value PID 值
SESSION eq, ne, gt, lt, ge, le Session number 会话编号
SESSIONNAME eq, ne Session name 会话名称
CPUTIME eq, ne, gt, lt, ge, le

CPU time in the format of hh:mm:ss.

hh - hours, mm - minutes, ss - seconds

采用 hh:mm:ss 格式的 CPU 时间。

hh - 小时,mm - 分钟,ss - 秒

MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB 内存使用量 (以 KB 为单位)
USERNAME eq, ne User name in [domain\]user format 采用 [domain\]user 格式的用户名
SERVICES eq, ne Service name 服务名称
WINDOWTITLE eq, ne Window title 窗口标题
MODULES eq, ne DLL name DLL 名称

注意: WINDOWTITLE 和 STATUS 过滤器不被支持, 当查询远程计算机时。

基本用法

功能 命令 文字解释 备注
帮助 taskList /? 展示帮助信息
服务 taskList /SVC /FO LIST 列表所有进程映像名称 PID 服务
过滤 taskList /APPS /FI "STATUS eq RUNNING" 展示所有正运行的应用商店 APP 关联进程信息 仅限 Windows 8 10
taskList /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running" 展示所有非 NT AUTHORITY\SYSTEM 用户的正运行进程信息
模块 taskList /M 展示所有进程名称 PID 模块名
taskList /M wbem* 展示以 wbem 开头的模块名
远程 taskList /S system /FO LIST 列表远程 system 系统进程信息
taskList /S system /U domain\username /FO CSV /NH 以 CSV 格式展示远程 system 系统,域\用户名的进程信息
taskList /S system /U username /P password /FO TABLE /NH 以指定口令表格展示远程 system 系统,用户名的进程信息
查看 taskList 展示所有进程名称 PID 会话名 会话编号 内存使用量
taskList /V /FO CSV 以 CSV 格式详细展示所有进程名称 PID 会话名 会话编号 内存使用量 状态 用户名 CPU时间 窗口标题

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。