How to Kill process on Remote machine in XP
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
There is a process running on one of the XP Pro computers on my network that is causing havoc.How can I kill a process on a remote machine without having to install some software.
Follow this procedure in your XP machine to kill Remote machine process
Open a command prompt and type the following command click ok
tasklist /s remotemachine
If you want to get the name of the process or the PID you want to kill (if you don’t know it yet), then use the following command click ok
taskkill /s remotemachine /im processname
(or taskkill /s remotemachine /pid processPID if you want to kill “per PID”)
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>





I am also tried to open outlook.exe process in remote machine. But i am not getting it. It works well in localsystem. Any one can solve my issue…..