tasklist: add page (#1934)

coverage
Owen Voke 2018-02-03 10:29:20 +00:00 committed by Starbeamrainbowlabs
parent e23bc273f7
commit d08d8603ec
1 changed files with 23 additions and 0 deletions

23
pages/windows/tasklist.md Normal file
View File

@ -0,0 +1,23 @@
# tasklist
> Display a list of currently running processes on a local or remote machine.
- Display currently running processes:
`tasklist`
- Display running processes in a specified output format:
`tasklist /fo {{table|list|csv}}`
- Display running processes using the specified `.exe` or `.dll` file name:
`tasklist /m {{module_pattern}}`
- Display processes running on a remote machine:
`tasklist /s {{remote_name}} /u {{username}} /p {{password}}`
- Display services using each process:
`tasklist /svc`