Remote killing of running processes

This is a discussion about Remote killing of running processes in the Customization Tweaking category; I am looking for a utility that I can use to view and kill (including force if necessary) processes on remote NT/2K boxes. I have the process browser from the NT Server Resource Kit, but it doesn't allow for the killing of remote processes.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
I am looking for a utility that I can use to view and kill (including force if necessary) processes on remote NT/2K boxes. I have the process browser from the NT Server Resource Kit, but it doesn't allow for the killing of remote processes. Anybody know where I can get something like this?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
May 11
Created
May 12
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar15.webp

28 Posts
Location -
Joined 2001-05-12
Look in your RKit for RKillSrv.exe.
Add it in your logon batch to automatically install it on clients.
Ex.: Supposing that you put rkillsrv.exe in your netlogon
 
:RemoteKill
copy rkillsrv.exe %SystemRoot%\System32
instsrv "Remote Kill Service" %SystemRoot%\System32\rkillsrv.exe
net start "Remote Kill Service"

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
OP
Interesting. Thanks, I'll check it out when I get back to work.