How to tell what wake source is when Wake Source: Unknown

Allen Pestaluky

Same problem as so many people: My computer wakes itself, but I can't determine the source. Windows 10. It's happened around 3:40am, 12:21am, etc. Seems to happen every few weeks.

These are some details regarding my system configuration after the wake happens:


Configruation:

powercfg -devicequery wake_armed → NONE

powercfg -waketimers → There are no active wake timers in the system.

Power Options Advanced Settings → Sleep → Allow wake timers → Disable

(Classic) Control Panel / System and Security / Security and Maintenance / Automatic Maintenance → "Allow scheduled maintenance to wake up my computer at the scheduled time" unchecked.

All wake on "Magic Packet" or "Pattern Match" or "Link Settings" of all network adapters are set to "Disabled" in the Advanced settings of the devices in Device Manager.

ASRock Z170 Extreme 7+ motherboard (no "wake from sleep" options found in UEFI).


Diagnostic Info:

Event Viewer → Wake Source: Unknown

powercfg -lastwake → Wake History Count - 1, Wake History [0]: Wake Source Count - 0

Allen Pestaluky

I think I finally found out how to tell what the wake source is in this scenario:

Get-ScheduledTask | where {$_.settings.waketorun}

This shows the "Reboot" task under UpdateOrchestrator which I believe might have been causing the problem.

Instructions on how to disable it are found in Step 2 of this fantastic answer: https://superuser.com/a/973029/226996

I'll report back if I'm finding the computer is still waking and I can't determine the source with this method...

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Bios - wake by alarm -- what happens if computer is already on?

分類Dev

Wake on LANAlternatives

分類Dev

How to wake a std::thread while it is sleeping

分類Dev

how to tell rsync to preserve time stamp on files when source tree has a mounted point

分類Dev

How to tell GCC to ignore warnings in some source files?

分類Dev

Wake up device programmatically

分類Dev

Wake on Lan configure port

分類Dev

Wake On Lan not working

分類Dev

How to create an alarm wake screen in android and disable default back button?

分類Dev

how can I read information of an unknown source (byte,string...)?

分類Dev

How to solve dpkg-source source problem when building a package?

分類Dev

Location detection wake up application

分類Dev

BusyBoxでWake-on-LAN?

分類Dev

Wake on LAN Port Forwarding not Working

分類Dev

image.Decode results in "unknown format" when source is multipart.File

分類Dev

What is the source of Python3 Memory error? And how to solve it?

分類Dev

How to attach the source to the jar in the Gradle Eclipse Project when the source attachment is not modifiable?

分類Dev

Wake-on-lan under Ubuntu 12.04

分類Dev

PowerManager.PARTIAL_WAKE_LOCK android

分類Dev

iOS wake up/interrupt the device with Swift

分類Dev

Wake-on-LAN (from WAN) issue

分類Dev

powerwake is attempting to wake up an incorrect MAC addres

分類Dev

Would Wake-on-LAN work with powerline adapters?

分類Dev

Wake onLan構成ポート

分類Dev

What the meaning of 'Httparty' source code

分類Dev

Wake on Lan / WOL fails in Win10 when "Link Speed & Duplex" NIC set to anything other than "auto negotiation", why?

分類Dev

How to filter _source in reactivesearch?

分類Dev

Unknown syntax used to describe Source for Akka-stream: "#Repr"

分類Dev

What does "#define _GNU_SOURCE" imply?

Related 関連記事

  1. 1

    Bios - wake by alarm -- what happens if computer is already on?

  2. 2

    Wake on LANAlternatives

  3. 3

    How to wake a std::thread while it is sleeping

  4. 4

    how to tell rsync to preserve time stamp on files when source tree has a mounted point

  5. 5

    How to tell GCC to ignore warnings in some source files?

  6. 6

    Wake up device programmatically

  7. 7

    Wake on Lan configure port

  8. 8

    Wake On Lan not working

  9. 9

    How to create an alarm wake screen in android and disable default back button?

  10. 10

    how can I read information of an unknown source (byte,string...)?

  11. 11

    How to solve dpkg-source source problem when building a package?

  12. 12

    Location detection wake up application

  13. 13

    BusyBoxでWake-on-LAN?

  14. 14

    Wake on LAN Port Forwarding not Working

  15. 15

    image.Decode results in "unknown format" when source is multipart.File

  16. 16

    What is the source of Python3 Memory error? And how to solve it?

  17. 17

    How to attach the source to the jar in the Gradle Eclipse Project when the source attachment is not modifiable?

  18. 18

    Wake-on-lan under Ubuntu 12.04

  19. 19

    PowerManager.PARTIAL_WAKE_LOCK android

  20. 20

    iOS wake up/interrupt the device with Swift

  21. 21

    Wake-on-LAN (from WAN) issue

  22. 22

    powerwake is attempting to wake up an incorrect MAC addres

  23. 23

    Would Wake-on-LAN work with powerline adapters?

  24. 24

    Wake onLan構成ポート

  25. 25

    What the meaning of 'Httparty' source code

  26. 26

    Wake on Lan / WOL fails in Win10 when "Link Speed & Duplex" NIC set to anything other than "auto negotiation", why?

  27. 27

    How to filter _source in reactivesearch?

  28. 28

    Unknown syntax used to describe Source for Akka-stream: "#Repr"

  29. 29

    What does "#define _GNU_SOURCE" imply?

ホットタグ

アーカイブ