How to Kill a Process in Command Prompt

To kill processes on your computer, you would normally use the Windows Task Manager. The Windows Task Manager is a program designed to help you manage the processes running on your computer. Although the Task Manager is sufficient for most...
Part 1 of 2:

Viewing Processes Currently Running on Your Computer

  1. How to Kill a Process in Command Prompt Picture 1How to Kill a Process in Command Prompt Picture 1
    Start Task Manager. Press the Ctrl key, the Shift key, and the Esc key in consecutive order at the same time to open Task Manager.
  2. How to Kill a Process in Command Prompt Picture 2How to Kill a Process in Command Prompt Picture 2
    View the names of the running processes and identify the problematic process. Click the Processes tab in Task Manager and find the name of the process that you want to kill.
    1. Windows 8/8.1 users should click the Details tab.
    2. If a program that is currently running on your screen is frozen and you want to kill it, an easy way to find its name is to click the Applications tab (Processes tab in Windows 8/8.1), right click the window's name, then click Go to process (Go to details in Windows 8/8.1).
    3. If the Task Manager window does not display any tabs, double-click in the indicated space in the window to show them.
Part 2 of 2:

Killing Processes Currently Running on Your Computer

  1. How to Kill a Process in Command Prompt Picture 3How to Kill a Process in Command Prompt Picture 3
    Open the Start menu. Press the Win key.
  2. How to Kill a Process in Command Prompt Picture 4How to Kill a Process in Command Prompt Picture 4
    Start Command Prompt as an Administrator. Right click the first result that appears in the Start menu and click Run as Administrator.
    1. If a User Account Control dialog appears, click Yes on it.
  3. How to Kill a Process in Command Prompt Picture 5How to Kill a Process in Command Prompt Picture 5
    Type taskkill /f /im into Command Prompt.
  4. How to Kill a Process in Command Prompt Picture 6How to Kill a Process in Command Prompt Picture 6
    Space at least once after completing the previous step, type a quotation mark, type the name of the process you want to kill, then type another quotation mark to top it off.
  5. How to Kill a Process in Command Prompt Picture 7How to Kill a Process in Command Prompt Picture 7
    Kill the process. Press the Enter key.
    1. Command Prompt should display a message similar to SUCCESS: The process "example.exe" with PID 0000 has been terminated.
4.7 ★ | 3 Vote