How to use CreateProcessAsUser
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi... I have a small program running (MS VC++ 6.0 on Windows XP Prof) with starts an other one using CreateProcess. But now I need to start the other programm under a different user account. I need to use a fixed username and password which the user should not know. Does anyone can tell me how to use CreateProcessAsUser with username und password? Thanks Stefan