THIS SITE REQUIRES JAVASCRIPT TO BE ENABLED TO BE VIEWED CORRECTLY. PLEASE ENABLE JAVASCRIPT! INSTRUCTIONS

E-Mail Delivery: Enter your email in the box to get the latest post delivered to you.

Windows hidden “taskkill”-er

There comes a time… okay let me start that again. There are multiple times, almost every stinking hour, when on a windows machine when some program locks up and the task manager doesn’t seem to do what it is made to do… END TASKS.

Do not fret though my fellow windows zombies, there is a tool that windows has added that is very secret. I have no clue why it is secret, cuz everyone should know this. Maybe its not a secret, but more of just not talked about, but anyways its called “taskkiller”.

The consecpt is easy enough, good into taskmanager, find the name of the task that won’t quit, and write it down. Then open up Notepad and type something like this

@echo off
taskkill/im NAMEOFTASK.exe /f

and save as a .bat (Batch file)
In place of the NAMEOFTASK type in what you wrote down earlier, and run the batch file, and ta da! Instant end of the task.

Hopes this helps some of you techs out there that have been emailing me ;)

P.S. Incase you are wondering a breakdown of the code to get the meaning, here it is.

taskkill= the .exe that runs to kill the task
/im= the image name of the task to be killed
/f= to force the kill

3 Comments so far

leave a comment
  1. Arseniy

    Thanks!

    that is very helpful, but what about case, when there are several tasks with same name, like svchost.exe?
    Should this just be iterated a number of times?

  2. Eric

    well, in order to do serveral tasks at a time you just add them to the list, so

    @echo off
    taskkill/im TASK1.exe /f
    taskkill/im TASK2.exe /f
    taskkill/im TASK3.exe /f

    And so forth, I would think in a case like yours though that it would end all tasks with the same name.

  3. Gaiavos

    Wow, that’s pretty cool, thanks for the info.

Leave a Comment

  • Twitter

    • Love those moments when your up until 4am designing and coding something beautiful because you had a burst of inspiration you had to get out 4 days ago
    • @garrynewman Is there a way to make it so MOUSE3 does not nothing on the spawn menu. I use it for voice chat, and it's acting as a click? 2 months ago
    • Am I the only one would can barely make out the "B" in the new logo? @TwBootstrap 2 months ago
    • @garrynewman Would it be possible to make gamemode backgrounds display a HTML page? 2 months ago
    • @panic Will Coda 2 have any less support? Syntax highlighting and conversion? 3 months ago
  • Services I Use

    Check out some of these great services I find myself using everyday and love!

    FreshBooks BlueHost