format zh translations
This commit is contained in:

committed by
Starbeamrainbowlabs

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