The BZone

Windows Server 2008 R2

Kill Any Windows Process from Command-line using taskkill

by on Feb.16, 2012, under Windows OS Tricks & Tips, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows XP

If you know the name of a process to kill, enter the following command from a command prompt to end it:

taskkill /IM application.exe

This will ask for confirmation to savw if there are unsaved changes, before terminating the process. To kill the same process by force, add the /F option to the command line. With the /F option, it will terminate all matching processes without confirmation.

To kill a single instance of a process, specify its process id (PID). eg:- if the  process to terminate has a PID of 420, use the following command to kill it:

taskkill /PID 420

EmailGoogle GmailOrkutFacebookShare
Leave a Comment :, , , , , , more...

Powered by The BZone Team

Visits Since 90 days

Flags Countries V (%) PV (%)
United States 35 % 32 %
India 13 % 19 %
United Kingdom 9 % 8 %
Canada 3 % 3 %
Australia 3 % 2 %
Indonesia 2 % 2 %
Netherlands 2 % 2 %
France 2 % 2 %
Italy 2 % 1 %
Total Countries: 66
Total Visits: 604