Kill a process started by system

I

ihammerhands2000

I'm tring to kill a process thats under NT Authority/System, but am having no
luck. I'm in the administrator's group.
 
D

David H. Lipman

From: "ihammerhands2000" <[email protected]>

| I'm tring to kill a process thats under NT Authority/System, but am having no
| luck. I'm in the administrator's group.

The answer will depend on WHAT process. Please be specific.
 
S

Salvador Manaois III

If you are running Windows XP or below, you can create an interactive
scheduled task which runs under SYSTEM.

at 15:00 /interactive cmd.exe

This should open up a CLI console running under the system account. You can
then try to kill the process from here.
 
T

Twayne

If you are running Windows XP or below, you can create an interactive
scheduled task which runs under SYSTEM.

at 15:00 /interactive cmd.exe

This should open up a CLI console running under the system account.
You can then try to kill the process from here.

You mean to use something like TSKill or TaskKill manually? I'm looking
for the value of the window over a simple batch file.

Twayne
 
R

Ron

I used to be able to run from the cmd.exe window "at 19:30 /interactive
cmd.exe" and now it doesn't work. I'm wondering if Windows XP sp 3 could
have caused the problem.

I'm getting the error "The service has not been started"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top