|
-
May 15th, 2009, 01:59 AM
#3
Re: Start / stop services as standard user
Thank you Viggy,
I can install and start a service which will run forever.
However, I'm not sure how to make this service spawn another process upon a user's request, and be sure this process will not be killed when the user logs off.
Somewhere in the service I should have a call to ::CreateProcess (or similar), with something like ::CreateProcess(... "userexe.exe"...).
How do I ensure that "userexe.exe" will not be killed when the user logs off ?
Thank you again
Andy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|