Display running processes in a specified output format

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>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

tasklist /fo {{table|list|csv}}

click the source code to copy