Link to home
Start Free TrialLog in
Avatar of fayette
fayette

asked on

running a program regardless of user log ins

I have a program that i wrote that runs on a windows 2000 server that is also used by a handfull of users. The object of the program is to allow users i don't want /can't get to the server to print out reports from data on the server to a printer near them fro a remote terminal / pc. The program works fine. but now i am told that they are going to restricting access to the server and users will have to log on and off and will be logged of automatically if they forget to. So now my program could be off for minutes to days while no on is logged in.
Q. Part one
How can i run my program while windows is running even if no on logs in?
Qpart 2
Will the local users/administrator be able to inter act with the program, terminate, re start the program with out a reboot?
Thanks
Fayette
ASKER CERTIFIED SOLUTION
Avatar of sirbounty
sirbounty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi
The only way to run a program without login is to install it as a service. there is a untility available from microsoft for doing so. or u can leave the server logged on all the time but assign a password to the screen saver which can make it look like the logon screen