command line

Kill a process from the command line in Windows 7

Posted by admin on August 13, 2011
examples / Comments Off

From your command line type

tasklist

to see all the tasks that are running.

If you want to kill the instance of notepad++ which happened to crash (…), type:

Taskkill /IM notepad++.exe /F

Tags: