How to create process in a foreign terminal server session

Hi,

I’m trying to run from my service (running in the console session) a
process in another terminal server session. Currently I do a
LogonUser(), afterwards change the session id of the created token and
then call CreateProcessAsUser() with this token. All calls succeed.
However, the process is never created :frowning:

System is Windows XP Professional RC1

What I’m doing wrong?

Daniel


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com