Thursday, April 30, 2009

Kill Tasks in Windows XP using DOS command

A multitask application if not well written may leave unterminated tasks in OS.

Try to kill unwanted tasks using command "tasklist" first.
After getting the task ID you want to delete, then type "taskkill /PID your_task_id"
or "taskkill /F /IM your_prog_name".
 
Delicious Bookmark this on Delicious