Few days back, my laptop with Windows XP OS started giving problems. Moreover, i was unable to open the Task Manager. I rely on Task Manager to kill the non responding processes.
I started searching for other ways to Kill the Tasks (with out Task Manager). After a while, i found an alternative solution which works on Windows XP operating system. You can view all the processes running on your system via command prompt and kill them!
Kill Tasks or Processes from Command Prompt
- Open Command Prompt via Start -> Run… and type cmd and hit Enter.
- After Command prompt is opened, type “tasklist”
- Check below the list of processes or task running on my Laptop. Each row has process name and PID number.
- Note down the PID number of the Process you want to kill. For ex: PID number : 716, Process Name : GoogleUpdate.exe
- To kill the process or task, Type “tskill” (without the quotes) then space and the PID number.
For ex: c:> tskill 718
- The above command will kill the Process with PID number 718
In this way, you could kill the process or do lots of other things from command prompt that you can do with Task Manager.
Hope you liked this trick. If you have any other tricks. Do share by leaving a comment!
A week or so ago, my task manager bugged out and I had no clue how to handle that — what do you do when the program you use to end tasks isn’t working? I had to Google around to find this. Good post, definitely.
Pauls last blog post..Foxit Reader: A great alternative PDF reader
@Paul, I am glad that this trick helped you.
Nice tips, I’ve never known before
Decas last blog post..Intel Core i7 920 2.66GHz 8M L3 Cache 4.8GT/sec QPI Hyper-Threading Turbo Boost LGA1366 Processor
@Deca, bookmark the link. it may be useful in future.
I tend to use Process Explorer from sysyinternals as a taskman replacement. It also uses ctrl alt del but may not have worked for you in this case. Using the cmd line is a great tip.
@Jonny, That is great. I have heard about process explorer but never used it. Need to check that out. Thanks.
Task Manager is my last resort as well, and sometimes I find myself pulling my laptops battery out to reset the thing. I am bookmarking this tip, thank you for sharing it with us.
@G Web, I hope this tip will help you and avoid using laptop battery pulling method!
This is very handy Nihar!
Read 2 Knows last blog post..Make your blogs SEO friendly with Tagaroo
@Read 2 Know, Do bookmark it if you feel it is good to share.
I have made a note of this. I am still running XP on my notebook and might just find a need for this.
Lyndis last blog post..That Dreaded I-word
@Lyndi, It will definitely come handy when nothing responds.
Yeah, the most common reason for such problems is viruses and trojans. And the latest virus that is nowdays circulating an many PCs is the New Folder virus. It disables your Task Manager, and you can
@Kawasaki,
You are right. In those situations, this will come very handy.
[...] How to Kill Tasks from Command Prompt [...]
You can do almost anything from the command prompt. Too bad you need to know exact commands by heart or you won’t achieve anything. Still it’s an amazing “tool” if you know how to use it.
@Design Miami, you are right. There might be lots and lots of commands in windows that we dont’ know.
Explorer from sysyinternals as a taskman replacement, I find myself pulling my laptops battery out to reset the thing. I am bookmarking this tip, thank you for sharing it with us, I have heard about process explorer but never used it. Need to check that out. It also uses ctrl alt del but may not have worked for you in this case. Using the cmd line is a great tip.
@Discon, I have also not used Process Explorer. I am glad that you liked it.
It could have been a bit more elaborated
anyways its a good post
@Deepak, Thanks for constructive comment. I will try to update this post.