0
mattb

Tech Help - "kill -9" in Windows

Recommended Posts

I don't think there's any way to just flush the address space of a program in Windows. What you could do is you could look at the individual threads in the manager, you might find the one that's doing all that crap and kill that. Or find the thread that locked the other thread.

-- Toggle Whippin' Yahoo
Skydiving is easy. All you have to do is relax while plummetting at 120 mph from 10,000' with nothing but some nylon and webbing to save you.

Share this post


Link to post
Share on other sites
If you go to the Task Manager and find the offending task, you can right click on the task. Say Debug instead of End Task. It will take you to debug the task and kill it anyway even if you don't have access.

Patrick
--
It's never too late to have a happy childhood.
Postal Rodriguez, Muff 3342

Share this post


Link to post
Share on other sites
Quote

How do I kill a runaway process in Windows? Is this possible? I know how to use the task manager but often it says "access denied" if I try to kill a hung program.

TIA -
Matt


Check the resource kit. There is a command line "kill" command.
If you can't find it, I'll send it to you. Does exactly what you want it to do. Instead of kill -9, it's kill -f :)
it's like incest - you're substituting convenience for quality

Share this post


Link to post
Share on other sites
Quote


Check the resource kit. There is a command line "kill" command.
If you can't find it, I'll send it to you. Does exactly what you want it to do. Instead of kill -9, it's kill -f :)



Years ago (Win NT) you could just download the resource kit. Now after searching the web site I'm confused - is it a product you buy or a series of downloads that are poorly organized?

http://www.microsoft.com/windows2000/techinfo/reskit/tools/default.asp doesn't list a kill command

Thanks for sending it if possible.

Matt

Share this post


Link to post
Share on other sites

the resource kit - they have some you can download, but to get everything you have to buy it. I was slightly confused as to why 'kill' wasn't there anymore, or listed as one of the tools on the 'paid for version'
Evidently it's now called 'pskill' and it's included in win2k. There's also 'pslist' which is a command line way to list running processes. If those don't work, I have the old version of kill and tlist that I've continued to use on win2k :D and I can send on. Try pskill first though.

it's like incest - you're substituting convenience for quality

Share this post


Link to post
Share on other sites
Quote

Get a copy of pskill from sysinternals.com

http://www.sysinternals.com/ntw2k/freeware/pskill.shtml

It allows you to kill a task by the PID, and it works for processes running as services.

Rich.


Oh yeah! That's where I got it!
Don't you hate when you download stuff and forget you have it or where it came from?
it's like incest - you're substituting convenience for quality

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0