Is it possible to schedule a task only for working days (Monday to Friday)?
Asked
Active
Viewed 5.1k times
3 Answers
45
Yes, this is possible.
- Create a Task
- On the Triggers tab, click New...
- Then click Weekly (see below)
- Choose the days you want
- Fill in the rest of your requirements.

Lee Taylor
- 1,506
0
Or command for those who do not like GUI or just want to script:
schtasks /create /sc weekly /D TUE,THU /st 16:00 /f /RI 60 /du 12:00 /tr "'c:\temp\imdms\l.cmd'" /tn lock_mecoms
Result:
SUCCESS: The scheduled task "lock_mecoms" has successfully been created.
Destroy666
- 12,350
Fdv
- 1
-1
supplebee.comallows you to create monthly events on business days and avoid weekends and public holidays

Xiaoguo Ge
- 99
- 1