How to kill a process in Windows using command line Posted on March 13, 2013 by Torleif Just a note to self in case I need this again. Finding > tasklist Killing > taskkill /F /IM application.exe or > taskkill /F /PID 77 Just a note to self in case I need this again. Finding > tasklist Killing > taskkill /F /IM application.exe or > taskkill /F /PID 77