Schedule Task run Without Being Logged in
        Posted  
        
            by 
                Webs
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Webs
        
        
        
        Published on 2010-03-02T21:07:03Z
        Indexed on 
            2011/11/16
            1:55 UTC
        
        
        Read the original article
        Hit count: 574
        
scripting
|scheduled-task
I have seen similar threads here and on the net, but I think my question is slightly different than what I can find...
I have a script that runs perfectly when logged in with a service account I created specifically to run this script. But when I schedule it to run it hangs when trying to launch IE (the first part of my script). Without being logged in with that account I can watch the processes with task manager and see the processes running, but the script never finishes.
I want to be able to run this script without needing to be logged in at all or even have the account be locked all the times. Is this possible? Or do I have to have the user account logged in?
Any help would be greatly appreciated!
© Server Fault or respective owner