15

In my desire to figure out why my laptop wakes at night, I can't understand the purpose of the StartMenuExperienceHost waketimer. What is the designed purpose for this waking? Is this related to Windows Updates?

I noticed that this waketimer is not set when I check it a few times during the first few hours after a reboot but then, for no reason that I can see (maybe a task in Task Scheduler?), it later gets set somehow. After getting set, the date field has always been corrupted over the last year like there is some bug (time has always been constant at 20:48:05). You can see my command line and the set waketimer below. For the record, I have disabled "Allow wake timers" in "Power Options", but that apparently does not work for my hardware so I'm looking to understand if this StartMenuExperienceHost is playing some role.

By the way, it looks like ShellExperienceHost does similar things in internet rumors (maybe for an older version of Windows), so I would even be happy with an answer for that process.

PS C:\WINDOWS\system32> powercfg -waketimers
Timer set by [PROCESS] \Device\HarddiskVolume3\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartMenuExperienceHost.exe expires at 20:48:05 on .
bobuhito
  • 653

3 Answers3

8

I spend almost week solving the problem of StartMenuExperienceHost_cw5n1h2txyewy is randomly starting my computer. And the solution was super easy. Open Windows Start menu and remove any automatically generated icons (weather, photos thumbnails, games etc.). After restart, this job disappeared from powercfg /waketimers.

enter image description here

quick
  • 181
  • 1
  • 1
5

This ( linked to this ) worked for me :

Finally I cracked it! While looking for things to try, I stumbled into Microsoft community discussion System keeps waking. ShellExperienceHost.exe. Build 17074. There one of the suggestions was to check the Local Group Policy. There is Computer Configuration > Administrative Templates > Windows Components > Windows Updates > Enabling Windows Update Power Management to automatically wake up the system to install scheduled updates. Setting it to Disabled makes the difference!

ky7
  • 51
2

Had the same problem, tried all the usual solutions (Power Options, Group policy, regedit etc.) didn't help. Since it says "Timer set by [PROCESS]" I figured I just kill the useless process in the task manager. Windows restarted it, of course, but now the wake timer in powercfg -waketimers output is gone. Hopefully for good.