I am using java to run a Psexec command to excute a process on a remote computer:
Java -> Psexec -> remote computer starts a process.
I have the PID of that process.
Is there a way to have the remote computer terminate that process?
Maybe using psexec to tell the remote computer to run a cmd command to terminate it ?