add new chinese translations
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
# tasklist
|
||||
# 任务列表
|
||||
|
||||
> 显示本地或远程计算机上当前正在运行的进程的列表。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/tasklist>.
|
||||
> 显示本地或远程计算机上当前正在运行的进程列表。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/tasklist>。
|
||||
|
||||
- 显示当前正在运行的进程:
|
||||
|
||||
`tasklist`
|
||||
|
||||
- 使用指定的格式显示当前进程列表:
|
||||
- 以指定的输出格式显示运行的进程:
|
||||
|
||||
`tasklist /fo {{table|list|csv}}`
|
||||
|
||||
- 已匹配的方式(.exe, .dll)显示当前运行的进程:
|
||||
- 使用指定的 `.exe` 或 `.dll` 文件名显示运行的进程:
|
||||
|
||||
`tasklist /m {{匹配模式}}`
|
||||
`tasklist /m {{module_pattern}}`
|
||||
|
||||
- 显示在远程计算机上运行的进程:
|
||||
|
||||
`tasklist /s {{远程主机名}} /u {{用户名}} /p {{密码}}`
|
||||
`tasklist /s {{remote_name}} /u {{username}} /p {{password}}`
|
||||
|
||||
- 显示每个进程中的服务信息:
|
||||
- 显示每个进程使用的服务:
|
||||
|
||||
`tasklist /svc`
|
||||
`tasklist /svc`
|
Reference in New Issue
Block a user