Jump to content
Compatible Support Forums
Sign in to follow this  
clutch

Remote killing of running processes

Recommended Posts

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?

Share this post


Link to post

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"

Share this post


Link to post

Interesting. Thanks, I'll check it out when I get back to work.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×