poweradminllc / PAExec

Remote execution, like PsExec
523 stars 177 forks source link

Added ability to specify custom service name for PAExec remote service #4

Closed elyuty closed 7 years ago

elyuty commented 9 years ago

I'm using PAExec to execute commands under the system account. From time to time it's crashing (still investigating the reason) leaving the temporary service in the system. I've decided to do a cleanup in such situation by deleting the service if any after PAExec is terminated. But some another program may be using PAExec too and I didn't want to harm it. So I've added an option to specify service name explicitly to be able to safely delete it.

poweradminllc commented 7 years ago

Thanks @elyuty !