Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,23 +1,23 @@
# tasklist
> 显示本地或远程计算机上当前正在运行的进程的列表.
> 显示本地或远程计算机上当前正在运行的进程的列表
- 显示当前正在运行的进程:
- 显示当前正在运行的进程
`tasklist`
- 使用指定的格式显示当前进程列表:
- 使用指定的格式显示当前进程列表
`tasklist /fo {{table|list|csv}}`
- 已匹配的方式 (.exe, .dll) 显示当前运行的进程:
- 已匹配的方式.exe, .dll显示当前运行的进程
`tasklist /m {{匹配模式}}`
- 显示在远程计算机上运行的进程:
- 显示在远程计算机上运行的进程
`tasklist /s {{远程主机名}} /u {{用户名}} /p {{密码}}`
- 显示每个进程中的服务信息:
- 显示每个进程中的服务信息
`tasklist /svc`