poweradminllc / PAExec

Remote execution, like PsExec
531 stars 177 forks source link

Request: Run as TrustedInstaller #14

Open jjqq2013 opened 8 years ago

jjqq2013 commented 8 years ago

Thanks for your great work. I have a request about let psexec run program as TrustedInstaller. There are a lot of folder or registory key is owned by TrustedInstaller, such as C:¥Program Files, HKCR ...., Every time one need to modify them need extra step to take owner, add permissions, then restore ower/permissons, it's boring.

There are an utility named devxexec which can do this,

And there another utility named RunAsTI,

What about we integrate this function into PAExec. I can implement it when i am free.

I think the basic idea is create a service with id TrustedInstaller or clone token from somewhere.

Regards