Hi there,
Have you tried this?
A process is running in a normal user, logs on to a non interactive administrator account using LogonUser function and then Calls CreateProcessAsUser to invoke an application.
Some of you might have tried this and would have left it.. I understand because the issue is that the invoked application GUI has disappeared even though it is running as a process(confirmed by checking the process name in TM).
After some search on the internet, I found that GUI issue is because of the non - interactive administrator account. I have no other option than using the admin account(dang!)
any help or suggestions?
Thanks,
Moya