Windows GUI application when user is not logged in?
        Posted  
        
            by Tiax
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tiax
        
        
        
        Published on 2009-11-12T09:31:49Z
        Indexed on 
            2010/03/18
            18:01 UTC
        
        
        Read the original article
        Hit count: 425
        
I've written a Autoit script that starts a GUI application, when the application starts there is a login form. The scripts fills the login form and tries to log in. Then it records the time it took to login to the application and shuts the application down afterwards, writes a output file with the time it took.
The thing is, I can't get the application to start unless Im logged in as the user the Scheduled task is running on. So my question is:
Is there any way to start a GUI application even though the user isn't logged in? Or is the only way to have a user always logged in?
© Stack Overflow or respective owner