Sure :)Quote:
Can you give me your sample code?
Afraid, your problem may be SERVICE_INTERACTIVE_PROCESS flag. :)Quote:
sc.exe create "My Service 0" type= own start= auto group= Base binPath= "<full_path>"
Printable View
Sure :)Quote:
Can you give me your sample code?
Afraid, your problem may be SERVICE_INTERACTIVE_PROCESS flag. :)Quote:
sc.exe create "My Service 0" type= own start= auto group= Base binPath= "<full_path>"
Hi Igor Vartanov,
my service started before the logon now.
But how can I get it that the GUI of the programm my service started is on top?
M**
Sorry, I'm not sure I understand your question. Please try to re-phrase it.
My service starts a program. I would like that this program is displayed before the logon. At the moment it is displayed after the logon.
or in other words
I have a virtual keyboard. I'm looking for a way to use this keyboard for the logon. At the moment the keyboard is hidden before the logon.
M**
You have to CreateProcessXxx within specific session, window station and on current input desktop. Learn the corresponding topics in MSDN.Quote:
My service starts a program.