因此,最近我在安装Windows 10时遇到了一个非常烦人的问题,它经常在深夜随机地唤醒自己。当在命令提示符下运行“ powercfg -lastwake”时,给出了原因。

C:\Users\duopr>powercfg -lastwake
Wake History Count - 1
Wake History [0]
Wake Source Count - 1
Wake Source [0]
Type: Wake Timer
Owner: [SERVICE] \Device\HarddiskVolume4\Windows\System32\svchost.exe (SystemEventsBroker)
Owner Supplied Reason: Windows will execute 'NT TASK\Microsoft\Windows\UpdateOrchestrator\Universal Orchestrator Start' scheduled task that requested waking the computer.

但这根本没有帮助,因为当我检查计划任务列表时,此任务不存在。

C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator>dir /A
Volume in drive C has no label.
Volume Serial Number is EC61-2D6A

Directory of C:\Windows\System32\Tasks\Microsoft\Windows\UpdateOrchestrator

07/04/2019  11:39 PM    <DIR>          .
07/04/2019  11:39 PM    <DIR>          .. 
07/04/2019  10:51 AM             3,356 Backup Scan
07/04/2019  09:15 PM             2,664 Maintenance Install
23/03/2019  05:30 PM             2,616 Reboot
06/04/2019  11:46 PM             2,822 Reboot_AC
06/04/2019  11:46 PM             2,778 Reboot_Battery
07/04/2019  11:44 PM             5,872 Schedule Scan
23/03/2019  05:30 PM             4,354 Schedule Scan Static Task
23/03/2019  05:30 PM             3,056 UpdateModelTask
23/03/2019  05:30 PM             2,510 USO_Broker_Display
23/03/2019  05:30 PM             3,282 USO_UxBroker
          10 File(s)         33,310 bytes
           2 Dir(s)  25,988,657,152 bytes free

我还检查了正常Task Scheduler GUI中的情况。它不在那里。有没有人经历过这个鬼魂?如果是这样,我该如何消除它,以便停止醒来直到锁屏的眼睛灼热的白色?

最佳答案

您偶然发现的是“配置自动更新”策略任务。

如果查看“任务计划程序”,则实际上需要遍历树以查找这些任务,这将是“任务计划程序库”→“ Microsoft”→“ Windows”→“ UpdateOrchestrator”。您应该可以从这里管理它们。