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.
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
This subject has been archived. New comments and votes cannot be submitted.
May 11
May 12
0
1 minute
Responses to this topic
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"
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"
OP
Interesting. Thanks, I'll check it out when I get back to work.