最近,我在安装 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
我还检查了正常任务计划程序 GUI 中是否存在这种情况。它不在那里。以前有人遇到过这种鬼影吗?如果是这样,我该如何驱除它,这样我就可以不再醒来看到锁屏上刺眼的白色?
答案1
看来这个任务是在 Windows 更新完成或其他事件后动态创建的,并在任务运行后被删除。
答案2
您偶然发现的是“配置自动更新”策略任务。
如果你查看任务计划程序,你实际上需要遍历树来找到这些任务,这将是任务计划程序库→微软→视窗→更新协调器。您应该可以从这里管理它们。