Breaking News
.

How To Kill Running Process With CMD Prompt

You will be know that how to kill any running process with the help of task manager but did you know that how to kill any running process with the help of command line???
If you don't know then i will tell you that how to kill any running process with the help of command line. To kill any process with the help of cmd line you should must know the name of that process which you can know from taks manager by going to task manager and then go to details tab then you can easily know the name of any running process. You can also know the names of all running tasks into you computer with the help of cmd line.
First of all open cmd by pressing
"" Window + R  ""
and then write cmd and enter then it will open cmd now to see all running process you should use this command,
write tasklist and then enter then it will show list of all running process



once you know the name of that process then you can easily kill that running process with cmd line...
For example the name of that process is chrome then just you have to give the following command to kill the chrome
tskill chrome  "
In this way you can easily kill or end that process (As chrome).
If you are using old version of cmd prompt "Power Shell" then you can kill any running process more easily just give the following command
Get Process|Where Name-Like "Chrome*"|Stop-Process  "
The all process of chrome will end with the use of wild card.
Also you can find any process with the help of command prompt which is given below
tasklist|find" notepad  "
you can replace the name of notepad with your process which you want to find.
And now write tskill notepad to kill notepad.



Have you any problem???
Ask me by using comment box below.
Don't forget to share this post .

No comments:

Post a Comment

Published By © All Rights Reserved 2014 - By - thegladit