Scheduled task doe not run when machine is locked

G

Guest

Hi All,

I am facing a issue with scheduler. I want to run a bat file every night at
8 PM.
I have added this bat file into windows scheduled tasks but it seems
scheduler never let my bat file to run. Dont know what is causing this.
appreciate oyur help.

Thanks
 
G

Guest

One solution may be to run the file under different credentials, such as the
system account.

Alternatvely, use a scripting language such as Autoit to create a process
which will run all the time, but only 'do its thing'at the set time. This is
the way we do workstation backups. If the script sleeps most of the time it
consumes very few resources.

Or, if the task is a backup one, create a readonly share, and have a server
'pull' the data from the share instead of 'pushing' it from the client.
 
R

Richard Giagnacovo

The scheduled tasks log should be available at C:\WINDOWS\SchedLgU.Txt
What events does it list at the time the tasks fails?


Richard Giagnacovo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top