Friday, January 28, 2011

Kill Not Responding tasks from Command Line "CMD"

Kill Not Responding tasks from Command Line "CMD"



1- open up Start ---> Run

2- type : CMD

3- type : cd/

4- type : tasklist

A tasks list of all your software will open up, choose the process of the task you want to kill

Then type :

taskkill /IM notepad.exe (this is an example)

You can change notepad.exe to any process running and that you want to terminate.

(Remember to open CMD as a "Run as administrator" if your using Windows Vista and/or Windows 7)