System Grab Bag

View all TLDR pages from Windows (or from all pages)

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:
    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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.