iLemming
iLemming

Reputation: 36274

Run app from a service using CreateProcessAsUser

I'm still trying to run an app calling it from windows service. I tried to use the way described by Scott Allen. It works. But still I can't bring the app to the screen to interact with it. Help me pls.

Even if I'm telling it to run the service using my credentials it doesn't bring the app on my desktop. tell me please how to get the current logged user's desktop token and run the app on that desktop.

Upvotes: 1

Views: 774

Answers (1)

Anders
Anders

Reputation: 101764

Are you setting STARTUPINFO.lpDesktop to something like "winsta0\default" ?

Upvotes: 1

Related Questions