Tuesday, April 1, 2008

Kill processes using command prompt

Updated 5 April 2008: Replaced < > with | |

In Windows XP, you can always use the graphical task manager to kill the process used by the application. However, sometimes doing by the command prompt is a much quicker way, provided you know which processes you wish to kill.

Identify the process first by typing tasklist in the command prompt to list all the tasks, process ID (PID) and the memory used by the process.

To kill the process, just type tskill |PID| in the command prompt (e.g. tskill 1234).

That's it... This is the usual way I use to quickly exit a program that I know has hung. :)

2 comments:

Anonymous said...

yoo.. really like this thread :)

Anonymous said...

итак: спасибо!! а82ч

Visit Rhinestic's Knick Knacks @ Etsy for handmade goods and supplies!

Related Posts Plugin for WordPress, Blogger...