poweradminllc / PAExec

Remote execution, like PsExec
523 stars 177 forks source link

Kill remote process while running via PAExec? #7

Closed jheliker closed 3 years ago

jheliker commented 9 years ago

Hello -

This is not an issue per-se, rather a question. Is it possible to kill the remote process while it is still running, via PAExec?

I'm executing some long-running processes, and sometimes it is desirable to be able to "cancel" -however killing PAExec doesn't stop the remote process.

Thanks for your help!

transistor1 commented 9 years ago

How about killing the process via the taskkill command? That command can run on remote machines, or you could probably also issue it with paexec.

poweradminllc commented 3 years ago

Not an option for PAExec or PsExec so using taskkill will be required as transistor1 recommends.