Question : Problem: run an exe in background of TS

I have a simple exe I want to place on Terminal Server, but I want the program to run regardless of who is logged in or if anyone is logged in.  Right now when I launch it, it launches under whatever profile I am logged in as. How can I set this to run on the system not on an individual profile?

Answer : Problem: run an exe in background of TS

HKLM\software\microsoft\windows\CurrentVersion\Run\...

Add a new key there and put your exe in here.

If you want to have your software run under a decicated account, you have to implement it as a service.
Random Solutions  
 
programming4us programming4us