Hi All,
Services run in Session 0
What I need is to make my service to run in a session with the console
connected
Right now I use CreateProcessAsUser function. It works but results in
multiply instances of the same service in different sessions. Is it possible
somehow just to migrate from session to session?
TIA
Andrew