I have a windows service that can create an executable in the users windows session, via calling the \"CreateProcessAsUser\" function. This works fine as long as there is a
You cannot create a new session from a service. Sessions are managed by the OS. New ones get created when users logon interactively.