Creating a process owned by system not user

  • Thread starter Thread starter herbert422
  • Start date Start date
H

herbert422

I want to be able to launch a program (i.e. helloworld.exe), but
continue to run even after I have logged off. A more precise question
is how do a start up a process owned by the system and not the user?
 
herbert422 said:
I want to be able to launch a program (i.e. helloworld.exe), but
continue to run even after I have logged off. A more precise question
is how do a start up a process owned by the system and not the user?


Run it as a scheduled task that starts at system boot.

Willy.
 
Back
Top