Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Windows wakes up the PC at seemingly random times ====== Find out which timers are active: <code powershell>powercfg /waketimers</code> ===== Update Task Scheduler ===== - [[https://docs.microsoft.com/en-us/sysinternals/downloads/psexec|Download PSExec]] - <code powershell>psexec.exe -i -s %windir%\system32\mmc.exe /s taskschd.msc</code> - Task Scheduler Library -> Microsoft -> Windows -> UpdateOrchestrator. - Right click the task called Reboot - click on Disable. ===== Connected Standby ===== - regedit - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power - CsEnabled → 0 Last modified: 2024-07-05 14:31