windows 10: how to schedule a task to start only when the computer sleep

时间:2017-12-17 08:29:50

标签: windows scheduled-tasks

The task is scheduled to start at a specific time, but it should not start if the computer is waked. Any idea how to do that?

1 个答案:

答案 0 :(得分:1)

我认为您正在寻找Idle Conditions

  

您可以设置一个条件,告诉任务只有在激活触发器时计算机处于空闲状态达特定时间才能运行。

您可以将其添加到时间触发器中,它应该按您希望的方式工作。