Kill Process Windows
Kill Process Windows
http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html 1/5
Forum Windows Discussions Windows Tips, Tutorials & Articles Kill Processes using Command Prompt in Windows 7 | 8
Thread: Kill Processes using Command Prompt in Windows 7 | 8
Welcome To The Windows Club Forum
Posts @ The Windows Club
Updated Opera browser will block Heartbleed
vulnerabilities
Microsoft launches Office Mix website
Office 365 launches in China
Microsoft fixes issue of un-bootable Windows XP
machines
Microsoft Researchs WorldWide Telescope brings
Astronomy to Life for Children in Asia
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to
proceed. To start viewing messages, select the forum that you want to visit from the selection below.
User Name Password Log in
Remember Me?
Register Help
What's New? Articles TWC Freeware Blogs TWCN Tech News
Forum Home FAQ Calendar Forum Actions Quick Links Advanced Search
Results 1 to 10 of 16 Page 1 of 2 1 2 Last
75 people like this. Be the first of your
friends.
Like
LinkBack Thread Tools Display
11-17-2009, 10:15
AM
Join Date:
Location:
Posts:
Jul 2008
India
754
#1
Gold Member
knightrider
TWC Forum Home
24/4/2014 Kill Processes using Command Prompt in Windows 7 | 8
http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html 2/5
Kill Processes using Command Prompt in Windows 7 | 8
If your Task Manager gets stuck or unresponsive due to intensive apps and you
are not able to kill the particular process. What do you do ? You press ctrl-alt-
delete to open up the Task Manager and find the culprit. But you can kill also
multiple processes using command prompt in Windows 7.
Kill Processes using Command Prompt in Windows 7 | 8
For this we use the Tasklist and Taskview commands.
Open the Command Prompt in the Administrative privileges mode and run the
Tasklist command, it will show you a list of all the running processes.
To views the processes, type Taskview and hit Enter.
To kill any particular process use the Taskkill command. For example to kill
Chrome, run the command as:
Taskkill /IM chrome.exe /F
where /F is used to kill the process forcefully. You can also kill any particular
process by using its ID, the tasklist command displays the process IDs as well
(you can see the PID column in the screenshot). To kill any process using its ID,
run the command as:
Taskkill /PID 2704 /F
Now to kill multiple processes simultaneously, run the above command with the
PIDs of all the processes followed by spaces
Taskkill /PID 2704 5472 4344 /F
That's it!
Last edited by knightrider; 11-17-2009 at 10:25 AM.
Reply With Quote
11-17-2009, 10:21
AM
Join Date:
Location:
Posts:
Oct 2008
Italy
1,672
#2
Member
leofelix
24/4/2014 Kill Processes using Command Prompt in Windows 7 | 8
http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html 3/5
Excellent, no doubt!
Thank you
Reply With Quote
11-17-2009, 10:26
AM
Join Date:
Location:
Posts:
Jul 2008
India
754
thanks leo i ll post some if i get time
#3
Gold Member
knightrider
Reply With Quote
11-17-2009, 03:13
PM
Join Date:
Posts:
Oct 2008
1,347
I think that works in Vista too. All the commands are there.
#4
Gold Member
whs
Reply With Quote
11-17-2009, 03:49
PM
Join Date:
Posts:
Nov 2008
1,924
Yes it does my friend
#5
Member
seti
Originally Posted by whs
I think that works in Vista too. All the commands are there.
Reply With Quote
11-18-2009, 10:05
AM
Join Date:
Location:
Posts:
Nov 2009
Hyderabad, India
14
#6
Beginner
pamarths
24/4/2014 Kill Processes using Command Prompt in Windows 7 | 8
http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html 4/5
Taskkill is powerfull.
I just want to give a situation where taskkill is not right choice. If you have
multiple MMCs(dsa.msc, adsiedit.msc, and few other) running on PC and if you
want to kill only dsa.msc(Active Directory Users and Computers), then taskkill is
not your choice. The reason is it all MMC applications runs with same process
name mmc.exe(args are different).
If you are in such a situations, the below can help you.
Get-Process | where {$_.mainwindowtitle -match "active directory users and
computers"} | stop-process
Sitaram's Blog: Get process details using window title:
Thanks,
Sitaram Pamarthi
Reply With Quote
11-18-2009, 10:31
AM
Join Date:
Location:
Posts:
Jul 2008
Jaipur
200
Here is a detailed description already on TheWindowsClub
#7
Senior Member
arvind_kumar
Reply With Quote
11-18-2009, 10:54
AM
Join Date:
Location:
Posts:
Feb 2009
Italy -
Florence/Venice
179
nice tip knightrider tnx
#8
Senior Member
zen67
Reply With Quote
01-10-2011, 11:33
AM
Join Date:
Posts:
Jan 2011
1
#9
New Member
grummel
24/4/2014 Kill Processes using Command Prompt in Windows 7 | 8
http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html 5/5
-- TWCF
Previous Thread | Next Thread
Contact Us The Windows Club Archive Top
All times are GMT. The time now is 04:25 PM.
Powered by vBulletin Version 4.2.2
Copyright 2014 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO 3.6.1
Copyright 2007 - 2013 The Windows Club
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Thank you, you just saved a lot of unsafed data.
One addition:
Miranda was not only locking the taskmanager and explorer but also the command
prompt.
Lucky as I am I'm using Launchy, which can also pass commands to cmd. :-)
"cmd [Tab] Taskkill /IM miranda32.exe /F" did the trick.
Thanks again!
Originally Posted by knightrider
Taskkill /IM firefox.exe /F
Reply With Quote
01-28-2011, 02:00
PM
Join Date:
Posts:
Jan 2011
1
Thank you for tasklist command. It's a nice tip.
#10
New Member
neil877
Reply With Quote
Page 1 of 2 1 2 Last
You may not post new
threads
You may not post replies
You may not post
attachments
You may not edit your
posts
Posting Permissions
BB code is On
Smilies are On
[IMG] code is On
[VIDEO] code is
On
HTML code is Off
Trackbacks are
On
Pingbacks are
On
Refbacks are On
Forum Rules