Task scheduler

  • Thread starter Thread starter Michele
  • Start date Start date
M

Michele

Hi,
I would like to perform some task daily.
However, if the computer is off when the scheduled task has to be
executed, Windows won't do that task.
I would like that Windows, when the computer boots, do that task.

Is that possible?

Thanks
 
Michele said:
Hi,
I would like to perform some task daily.
However, if the computer is off when the scheduled task has to be
executed, Windows won't do that task.
I would like that Windows, when the computer boots, do that task.

Is that possible?

Thanks

Check your BIOS. Many modern BIOSs have a facility to
start the machine at a specified time. If you cannot find it in
the BIOS, consult your motherboard manual.
 
How would the computer know that the task didn't run, it has no
knowledge of what happen when it is off. You would have to provide some
method to track completion by recording time in a log. Then when the PC
starts up your "method" would have to read the log and determine if
there was a gap in the completion times, and act accordingly.
 

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

Back
Top