Are you able to locate the wake timers option? On most laptops, the option is hidden and you can only enable it using the Registry. If it is not available in your Power Plan settings, you can follow the steps below to add then disable it
- Open a Command Prompt with admin rights.
- Copy/paste the command below you want to use into the Command Prompt and press Enter.
To add the option:
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\BD3B718A-0680-4D9D-8AB2-E1D2B4AC806D /v Attributes /t REG_DWORD /d 2 /f
Or:
To remove the option:
powercfg -attributes SUB_SLEEP BD3B718A-0680-4D9D-8AB2-E1D2B4AC806D +ATTRIB_HIDE
- You can now close the Command Prompt if desired.