Killing a process in Windows

After years of having to do it either manually through Task Manager or using a scripting engine like AutoIT, I finally settled down and wrote my own Win32 application that does massacres processes that I don’t like.  Will post source code later.

Note that this kills all instances of the specified process.

Usage : killproc.exe <name of process>

e.g    c:\killproc.exe chrome.exe

killproc.exe

 

Leave a Reply

Your email address will not be published. Required fields are marked *