Compatible Support Forums: Killing a process.....

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Killing a process.....

#1 User is offline   NTech 

  • stranger
  • Group: Members
  • Posts: 1
  • Joined: 27-April 00

Posted 27 April 2000 - 10:21 PM

Is there a way to kill a process from the command line?
Banyan Vines (yes, it still exists)starts two processes at login. The launch is done through the EXE as far as I can tell. The user needs to be able to log in, then the process needs to be stopped at startup.
All of this needs to happen without the users' input, without installing software (copying files is OK), and without giving the user the option to intercede.
All ideas welcome.....
0

#2 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 27 April 2000 - 10:52 PM

Well, this isn't elegant but it may work. With the NT Server Resource Kit, you get a "kill" command line utility. All you have to do is type;

kill <pid> -f

The "f" switch forces the shutdown w/o user input. I haven't seen anything refuse to stop yet when using "kill -f".

------------------
Regards,

clutch
0

#3 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 27 April 2000 - 10:55 PM

Oh, and it could probably be done with a batch file to launch it...

------------------
Regards,

clutch
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users