automatically login once windows 2003 server starts
- by Ertugrul Tamer Kara
I have a non-daemon server app that my windows 2003 server needs to run all the time. The problem is, every time the server restarts, be it electricity or windows update, someone needs to press ctrl alt del and enter username/password. Then the program starts, as it's in startup. How do I make windows 2003 to automatically log in to administrator or spawn a terminal services session every time the system boots?
I know it's against the nature of servers and all. But this is the only thing the server does.