How to kill a process in Windows using command line

Published:

Just a note to self in case I need this again.

Finding

tasklist

Killing

taskkill /F /IM application.exe

or

taskkill /F /PID 77