1

I have a batch file I want to execute 3 times a day. Monday to Thursday (9am, 12pm, 3pm) but on Friday I want to execute it (9am, 12pm, 3pm, 5pm).

Is there a way to do this with one task in Windows 10? Or will I need a separate task to complete the 5pm run on a Friday?

task scheduler

Timmo
  • 2,266
  • 4
  • 34
  • 54
BrendanJB
  • 11
  • 1
  • 4

1 Answers1

0

More than a separate task, you just need an additional trigger. Add it with New... in the Triggers tab of the Create Task interface. enter image description here

Antonio
  • 19,451
  • 13
  • 99
  • 197