How to launch an elevated process in a logon user

2019-07-11 05:28发布

问题:

I need to launch an elevated process in an interactive logon user session from my local service. For that I use the code very similar to this one.

But I'm not sure how to specify elevation in the user token returned by WTSQueryUserToken API, and to make it work on Windows XP and up?