snippetbashTip
tasklist — Display a list of currently running processes on a local or remote machine. More information: <https
Viewed 0 times
commandclirunningcurrentlytasklistlistprocessesdisplay
windows
Problem
How to use the
tasklist command: Display a list of currently running processes on a local or remote machine. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/tasklist>.Solution
tasklist — Display a list of currently running processes on a local or remote machine. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/tasklist>.Display currently running processes:
tasklistDisplay 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 /svcCode Snippets
Display currently running processes
tasklistDisplay 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 /svcContext
tldr-pages: windows/tasklist
Revisions (0)
No revisions yet.