Location:
State:
Carrier
Country
Status

Goes out of sleep mode


Dear forum

Does any one else use the sleep mode function? When using mine, well then it works, also when starting it up again.

My problem is that if i want to go to bed, and put sleep mode on, then it turns on by it self after a while. Yesterday evening it did it after aprox 30 mins. Dont know the exact time, since i was in my bed, but suddently my computer turned on.

And no my house is not haunted.. I already tried with EMF :P

Here we go, control panel/power options then change plan settings of your power plan, then change advanced power settings.
Copy these settings except the "sleep after"


Then go control panel/ device manager . Right click network adapter/ properties . In power management untick " allow this device to wake computer"


Open cmd.exe as admin and do the following:


powercfg -devicequery wake_armed


and


powercfg /waketimers

First shows devices like mice or keyboard registered allowed to wake the pc up, see post above to disable them, 2nd shows registered time events, if there are any you need to disable them (disallow them to activate pc out of standby), for example the windows maintain service.

Also if you have WOL activated you need to set extra option to "only via magic packets".

Thank you for that @mkdr. I did not think to check /waketimers because I have disabled Allow wake timers in Power options.
That fixed it because I had a waketimer from Teamviewer.
So I guess this is the bug Microsoft needs to fix - even though Allow wake timers are set to disabled in Power options they wake up the pc.

Hey mine looks like this :
C:Windowssystem32>powercfg -devicequery wake_armed
HID Keyboard Device
Intel(R) Ethernet Connection (2) I218-V
HID-compliant mouse
HID Keyboard Device (002)
HID-compliant mouse (002)




C:Windowssystem32>powercfg /waketimers
Timer set by [SERVICE] DeviceHarddiskVolume4Program Files (x86)TeamViewerTeamViewer_Service.exe (TeamViewer) expires at 00:36:38 on 05-08-2015.
Reason: generic

So its seems its also teamviewer for me.. How do i then disable this service? I mean without having to uninstall Teamviewer?

I found this guide which doesnt work..
How To Prevent Your Computer From Waking Up Accidentally
Unfortunately.. Because i have disabled the Allow wake timers

It is the teamviewer service. If you disable it will be good.
The bug is that this setting doesn't work. Even if the setting is wake timers disabled it still wakes up.
To disable the service you can go to Services, find it and choose Startup type either Manual or Disabled.

Type in search "services" open it, browse to TeamViewer service, options, set it to disabled, and click the stop button. The annoying service is even running when you have TeamViewer set to not to start with windows, and dont want an auto remote. Also you should deactivate your lan/wifi card "Intel(R) Ethernet Connection (2) I218-V" if you dont need wake on lan, see the pictures above. And if you dont need keyboard/mice wakeup deactivate them too... powercfg -devicequery wake_armed and waketimers should both report "none" then.

Well that's the thing I did.. I did stop the service and set it to manual.

Thing is that then Teamviewer doesn't start in the taskbar. Meaning if I startup my pc with a wake on lan I wont be able to remote it. Which I would like!

So is there a way to "kill" the service, with TV still starting up so I can remote my pc??

No. Use a VNC instead.

Goes out of sleep mode