

You can save all outputs to a text file using the > destination command.Īdditional information is provided when you run tasklist /? and on Microsoft's Docs website. tasklist /s BasementComp /u maindom\joe /p password - to list processes on the remote computer BasementComp using the user joe and joe's password.tasklist /s BasementComp /svc /fi "MEMUSAGE gt 4096" - Lists processes on the remote computer BasementComp that use more than 4 Megabytes of RAM.You can combine filters with other parameters: tasklist /fi "MEMUSAGE gt 4096" - lists all processes whose memory usage is greater than 4096 Kilobytes.


