How to Remotely Kill a Process?
How to Remotely Kill a Process
For remote client, use PSEXEC to get the command prompt. (Hostname.exe is used to identify if you’re really on remote).
PSEXEC Download Link:
https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
Commands:
psexec \\RemoteServerName cmd.exe
hostname
tasklist
taskkill /im xxx.exe /f
Task List
https://technet.microsoft.com/en-us/library/bb491010.aspx
Task Kill
https://technet.microsoft.com/en-us/library/bb491009.aspx