Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
powercfg -waketimers
Timer set by [SERVICE] \Device\HarddiskVolume5\Windows\System32\svchost.exe (Sys
temEventsBroker) expires at 3:25:17 on 15.6.2020.
Reason: Windows will execute 'NT TASK\Microsoft\Windows\TaskScheduler\Regular
Maintenance' scheduled task that requested waking the computer.
The system has returned from a low power state.
Sleep Time: 2020-06-11T18:46:07.507252500Z
Wake Time: 2020-06-12T01:57:21.223876400Z
Wake Source: Timer - Windows will execute 'NT TASK\Microsoft\Windows\TaskScheduler\Regular Maintenance' scheduled task that requested waking the computer.
schtasks /query /v /fo CSV > tasks.csv
CLI (fastrack):
You can get information like thisBash:powercfg -waketimers
Code:Timer set by [SERVICE] \Device\HarddiskVolume5\Windows\System32\svchost.exe (Sys temEventsBroker) expires at 3:25:17 on 15.6.2020. Reason: Windows will execute 'NT TASK\Microsoft\Windows\TaskScheduler\Regular Maintenance' scheduled task that requested waking the computer.
Detailed info you can get from your Win Event viewer:
1. Select “Windows log” - from left folder pane
2. Select “System”
3. Find Date and time range of expected computer Woke up (or use filter from right pane or Create Custom view )
then you will see in:
A. Level column - (mostly) Information level
B. Source column - (mostly) Power troubleshooter, sometimes Kernel power (use filter for both sources)
then you can read in General/Details pane information searched = source of the computer wake up
Then system can show you information like this:
Code:The system has returned from a low power state. Sleep Time: 2020-06-11T18:46:07.507252500Z Wake Time: 2020-06-12T01:57:21.223876400Z Wake Source: Timer - Windows will execute 'NT TASK\Microsoft\Windows\TaskScheduler\Regular Maintenance' scheduled task that requested waking the computer.
Then you will find an answer for your question.
powercfg -lastwake
We use essential cookies to make this site work, and optional cookies to enhance your experience.