Kill Any Task from Task Manager Using Command Prompt in Windows 10

Kill Any Task from Task Manager Using Command Prompt in Windows 10


Task Manager in Windows 10 is a very useful tool for checking the performance of your GPU, CPU, memory, and hard drive. This feature also lets you see which processes are active/inactive and enable or disable processes that initiate on startup.

Usually, Task Manager lets you kill tasks and processes simply, but even this tool has its downsides. Sometimes, Task Manager won’t open and some processes simply won’t end no matter how hard you try. Don’t worry, there’s a simple solution.

You can kill any task from Task Manager through Command Prompt the same way.

1. Kill Any Task from Task Manager Using Command Prompt in Windows 10: Tutorial

Let’s see how to end tasks using the Command Prompt in Windows 10.

  1. Click on the Windows button and type in “cmd“.
  2. When the Command Prompt appears, click on “Run as Administrator“ on the right side.
    cmd kill task administrator
  3. In the command prompt, type in the command “TASKLIST“.
    cmd kill task tasklist
  4. With the list of all active tasks on the screen. Write down the name of the task you want to kill. For me, it will be “steamwebhelper.exe
    cmd kill task
  5. To kill this task, you need to use the following command and press Enter afterward.

wmic process where “name=’steamwebhelper.exe’“ delete
cmd kill task delete

  1. The task will be killed and disappear from the list.

1.1 Killing the Task That Won’t Stop

Here’s how to kill the task that won’t stop in Task Manager or Command Prompt. Beware that killing the task this way, you’ll force it to stop working, so do it if you really need to.

  1. Open Command Prompt as an administrator.
  2. Use the “TASKLIST“ command to see all the active tasks. I’ll use “steamwebhelper.exe“ again.
  3. Use the command “taskkill /F /IM steamwebhelper.exe“ and press enter
    cmd kill task forcibly
  4. The task will be killed and removed from the list.
    cmd kill task forcibly 2

And that’s it. I hope this guide helps you kill any task from Task Manager through Command Prompt in Windows 10. As you can see, it’s quick, simple, and doesn’t require you to be particularly tech-savvy.

We earn commissions using affiliate links.


14 Privacy Tools You Should Have

Learn how to stay safe online in this free 34-page eBook.


Leave a Comment

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

Scroll to Top