View Full Version : stopping processes


rh
02-25-2004, 07:33 PM
I need to find a backdoor method to stop some background
java processes on my laptop. I am not able to stop them
from the task manager because I keep getting a access
denied message. Can anyone help me?

Ed Siff
02-25-2004, 08:34 PM
pulist and kill (resource kit), or pslist and pskill (Sysinternals)

Ed

In article <16c401c3fbd6$40057b20$a501280a@phx.gbl>, "rh"
<anonymous@discussions.microsoft.com> wrote:
>I need to find a backdoor method to stop some background
>java processes on my laptop. I am not able to stop them
>from the task manager because I keep getting a access
>denied message. Can anyone help me?

Ed Siff
02-25-2004, 08:34 PM
pulist and kill (resource kit), or pslist and pskill (Sysinternals)

Ed

In article <16c401c3fbd6$40057b20$a501280a@phx.gbl>, "rh"
<anonymous@discussions.microsoft.com> wrote:
>I need to find a backdoor method to stop some background
>java processes on my laptop. I am not able to stop them
>from the task manager because I keep getting a access
>denied message. Can anyone help me?

winter
02-26-2004, 02:47 AM
you could try the AT trick with pstoolz?

at <1 minute in future> killjava.bat

killjava.bat
pskill <YOUR PROCESS NAME OR PID>

?


"rh" <anonymous@discussions.microsoft.com> wrote in message news:<16c401c3fbd6$40057b20$a501280a@phx.gbl>...
> I need to find a backdoor method to stop some background
> java processes on my laptop. I am not able to stop them
> from the task manager because I keep getting a access
> denied message. Can anyone help me?

winter
02-26-2004, 02:47 AM
you could try the AT trick with pstoolz?

at <1 minute in future> killjava.bat

killjava.bat
pskill <YOUR PROCESS NAME OR PID>

?


"rh" <anonymous@discussions.microsoft.com> wrote in message news:<16c401c3fbd6$40057b20$a501280a@phx.gbl>...
> I need to find a backdoor method to stop some background
> java processes on my laptop. I am not able to stop them
> from the task manager because I keep getting a access
> denied message. Can anyone help me?