1

I'm using Windows Server 2008 R2

I'd like to schedule to run a particular process at 40 minutes on hourly basis, except on Sunday at 2:40AM.

How would one set up the trigger for this in Task Scheduler?

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
TtT23
  • 127
  • 1
  • 2
  • 14

1 Answers1

0

Set up multiple triggers in Windows Scheduler. One "Weekly" trigger recurring for 6 Days. A second "Weekly" trigger (Sunday), which will repeat its task every hour for a duration of 23 hours (you don't have to use the pre-defined times, just type new ones into the field). Set start times accordingly to meet your requirements.

duenni
  • 2,959
  • 1
  • 23
  • 38