Tasks that appear in the “tasklist” command will have an executable and
process
ID (a four-digit number) associated with them. You can force
stop a program
using “taskkill -im” followed by the executable’s name,
or “taskkill -pid” followed
by the process ID. Again, this is a bit
redundant with Task Manager, but may be
used to kill otherwise
unresponsive or hidden programs.