format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

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