I have a program that I need to start and run on several networked machines. The program needs to start before the logon box so that it runs all the time(the machines have a tendency to sit for long periods of time at the logon screen). I added a line in the runsvc in the registry, and the program initially starts up before the logon prompt and all is well. The problem is that when users logoff of the network, the program is shut down.

Does anyone know how to keep this from happening?