PDA

View Full Version : Kill Process Problem



NewsArchive
08-19-2011, 01:13 AM
Hello,

I have a process that is running as a service under a username and password.
For some reason Terminate Active Application and Stop Service does not work.
I know it's not a SB issue but what can I do - if anything - to absolutely
kill this process no questions asked?

Thanks,

Don

www.bluelinetech.net

NewsArchive
08-20-2011, 01:03 AM
Never mind. Figured it out.

Wonderfull little EXE named TASKKILL.exe

Thanks to SB, I can execute a command line and run taskkill and it kills
without mercy! :-)

Don

NewsArchive
08-20-2011, 01:03 AM
Don,

Maybe you should try and get to the bottom of it - I have a similar
problem which I need to sort out, so any info could be useful.

Regards
John

NewsArchive
08-20-2011, 01:04 AM
Check and see if you have taskkill.exe in your windows\system32 directory.

If so, you can use "run command line" in SB to run it like this:

taskkill /F /IM yourexe.exe

It will definitely kill it.

Don