add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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`