Hi all,

I have a service which start a process when system boots.
When user log off, the process is shutdown but the service is still running.
I want that when the user logon, the service to start the process again.

How can I do that?
I need it to run under win 7 and win xp.

Thanks.