tasklist /fi "memusage gt 100000" | sort /r /+65 > sortbymemory.txt < Will sort by memory larger than 100MB
tasklist /fi "imagename eq chrome.exe" searchbyimage.txt - Will search for single process
tasklist /fi "username eq <username_here>" - will search for processes by users.
tasklist /NH | findstr /I myProcess < will find string my process in list