Powershell
Assuming you have an account with the requisite permissions, and have configured Powershell for remote use (not covered in this answer, but here's a free e-book from Don Jones covering how to get set up,) you can use one of several Cmdlets to remotely kill processes.
Stop-Process via Invoke-Command
You should be able to use Stop-Process along with an Invoke-Command (or by opening a more permanent...
1 ay önce