tasklist: add Chinese translation

italian
Starccy 2019-03-11 22:52:01 +08:00 committed by Starbeamrainbowlabs
parent 1c79b91aa5
commit a8f0b954fb
1 changed files with 23 additions and 0 deletions

View File

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