Display running processes using the specified .exe or .dll file name

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 /m {{module_pattern}}

click the source code to copy