My notebook sometimes resumes from hibernation without any apparent reason. This happens only when its plugged in power, LAN connection does not influence it.

Is there some log that would tell me why it resumed (what timer or device) so that I can disable it? Or can I start logging of it?

link|improve this question

46% accept rate
feedback

1 Answer

You can use powercfg to find out what is waking up your computer.

  1. Click on Start
  2. Type cmd to open a command prompt
  3. Type powercfg -lastwake

This will show you the particular USB or network device or event waking up your computer.

link|improve this answer
It seemed to work at the beginning. Sometimes it says (button, planned task...) , but sometimes the counter is empty, and that is the case I am interested in... – Lukas Dec 13 '10 at 10:06
For XP users, the equivalent command is powercfg -devicequery wake_armed – Brian Fenton May 25 at 12:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.