How to Use Command Prompt to a Kill Process

There are various tricks to kill a process on a computer. For example, click on cross of Windows Explorer, Use Task Manager and Command prompt. Sometime, a frozen program may not terminate if you attempt to kill it from Task Manager. In this case, we can use Command Prompt to kill process. Command Prompt is able to kill a process that Task Manager can not kill. So let’s start that how to use Command prompt to kill a process.

 

STEP1

 

Open Windows Task Manager

Open Windows Task Manager by Right-Click on Task Bar or by pressing CTRL+SHIFT+ESC. Locate in the task manager which program is not responding or ir frozen. For example, in this case, Google Chrome is not responding:

 

 

STEP2

 

Locate Problematic Program Name and Extension

Click on Processes & note down the problematic program’s name with its extension. Here, it is Chrome.exe whieh is not responding. Always remember extension of  problematic program:

 

 

STEP3

 

Search CMD.exe in Start Menu

Click on Start Menu and type CMD in search box. Click on Windows CMD program to open it:

 

 

STEP4

 

Launch CMD Program

Right-Click on CMD Program and select Run as administrator:

 

 

STEP5

 

Kill the Process

Type this command line to kill the process: taskkill /f /im “Chrome.exe and press Enter.

 

 

STEP6

 

Kill Process Successfully Done

We can see Kill Process command executed successfully & has been completed:

The process has been killed now. We can re-launch Google Chrome or any other application now. It will work find just as before.

 

-End-

Written by 

Waqas Karim is a seasoned Network Expert … Geek. He is the founder of ATech. ATech was started for learning & sharing. Over time the platform has grown to include other resources which continue to attract fellow networkers. Today it sees upward trend of a hundred thousand visitors per month, scattered all over the globe. His specialty is networking, but his interest & expertise spans from traditional IT to Network Security including Programming, Virtualization, Service Provider & so on... no matter the badge on the box. He is CCIE Certified (CCIE#56732) in addition to below badges: Telecom Engineer (BE) + CCIE-RS (CCIE#56732) + Huawei Certified (HW#706632) + MBA Microsoft Certified MCITP, MCSE#109*26, CCNP-Sec, CCNP-SP, CCNA-DC, CompTIA Security+, Nokia NRS-I, JNCIA, ITIL Certified (ITIL#*6373), CEH (Certified Ethical Hacker).

avatar
2 Comment threads
2 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
3 Comment authors
Waqas KarimCalebVictoria.L Recent comment authors
  Subscribe  
newest oldest most voted
Notify of
Caleb
Guest
Caleb

Thanks for nice article

Victoria.L
Guest
Victoria.L

I’m trying this method but it closes all the windows & screen flashes. Can you please help me for next time?