How to Kill process on Remote machine in XP
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”)
Incoming search terms:
- kill task on another windows pc (2)
- remote kill process windows (2)
- tool end the process through network (2)
- tuer process remote (2)
- kill proces remote (2)
- killing process in a remote computer (1)
- remote kill server process (1)
- kill task over network windows (1)
- remote kill 2008 (1)
- remote desktop process xp (1)
Trackbacks & Pingbacks
No trackbacks/pingbacks yet.
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…..
You may also want to mention that you may have to pass username and password (-u and -p).
really, thank so much, I had finded which i need finded ! Good lucky