Remote killing of running processes

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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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.