2

I have a small Python utility script that I would like to run once a day, overnight when the computer is in a quiescent mode (hibernate, sleeping, whatever works). I have tried using Task Scheduler on Win10, but it just doesn't work- see all the Internet frustration.

Any suggestion welcome!

Andrew Morton
  • 24,203
  • 9
  • 60
  • 84
C382
  • 87
  • 1
  • 5

1 Answers1

3

You can configure Task Scheduler to wake your computer before it tries to run your task:

enter image description here

Ted
  • 73
  • 6