Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My application starts the EXEs on remote server in available session. but if nobody has logged into the system or the user whose session I want to use, has not logged into the system then my application runs in Session0 of Windows. Since Session0 applications can't have GUI, I want to start an application in SessionN from my service.so I need to create session on my own. I didn't found any API to create a session programatically. Is there any way to do this???
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900