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.
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
This topic is archived. New comments cannot be posted and votes cannot be cast.
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"