automatically login once windows 2003 server starts
        Posted  
        
            by Ertugrul Tamer Kara
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ertugrul Tamer Kara
        
        
        
        Published on 2010-02-12T12:38:55Z
        Indexed on 
            2010/04/28
            12:13 UTC
        
        
        Read the original article
        Hit count: 570
        
Windows
|terminal-server
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.
© Server Fault or respective owner