1

The task which I want to run runs fine manually. But when I set a time for it to run using "Scheduled Tasks", it doesn't run.

What may be causing the problem? How do I fix it?

4
  • does it display a gui interface? Commented Jul 15, 2010 at 18:38
  • it displays nothing Commented Jul 15, 2010 at 18:40
  • 2
    check the log file (from memory, in scheduled tasks go to the menu bar and choose 'Advanced', then 'View Log'. Do you get any clue as to why it does not run? Check the event log as well Commented Jul 15, 2010 at 18:58
  • @natxoasenjo, The log doesn't log anything for my scheduled task. Commented Feb 3, 2015 at 8:53

3 Answers 3

1

Double check the scheduled time/date that it runs, along with the user credentials it runs under. Also make sure the current/date time is set correctly.

0
2

On the Scheduled Task's property screen, do you have the 'Run only if logged on' checkbox checked? Is the Enabled checkbox checked?

1
  • 1
    no i do not..... Commented Jul 15, 2010 at 18:43
1

The scheduled task will not run if it hasn't completed its previous run.

So, ensure that your scheduled tasks are not running longer than the interval set.

To stop your current running task you can Right ClickEnd Task:

enter image description here

Also, use schtasks /query /v /fo list for a detailed view of the "state" of your scheduled tasks.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.