Windows 7 Sleep Problem [Solution]

Problem: Windows 7 (x64) won't go to sleep / hibernate.

Solution(s):

Method 1 - Disallow Device to wake-up computer

If you want to see which devices are enabled for waking up your computer.
  1. Run Command by typing "cmd" in Start Menu.
  2. enter powercfg -devicequery wake_armed

If there is devices listed that are able to wake Windows up. You might want to consider turning the option off.
  1. In Start Menu, type "Device Manager".
  2. for the device in the list just now, right click and select Properties.
  3. Go to the tab "Power Management"
  4. Uncheck "Allow this device to wake up"
  5. Done.
Then, try to sleep your computer again.


Method 2- Generating energy report.

If the problem still exist. Try this method instead.
  1. In Start Menu, type "cmd".
  2. Then press "CRTL + SHIFT + ENTER" to run as Administrator.
  3. Issue this command, "powercfg -energy".
  4. Wait for 1 minute.
  5. Open the report generated in the specified folder. You should see something like the following.
Windows 7 Power Efficiency Report
  1. For my case, I got this error.
Errors
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Requesting Driver InstanceHDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10CF0200&REV_1000\4&3a2954a9&0&0001
Requesting Driver DeviceRealtek High Definition Audio
  1. So, I uninstalled the driver, and let Windows choose a driver for it.
  2. Then restart.
  3. Done!
Note that the first time of sleep might take a while. So, be patient.

Tips: You might wan't to consider hybrid sleep. Read more about it at windows.microsoft.com :)


Hope this helps those of you out there who are facing Windows insomniac problem too. :)


References:
http://social.technet.microsoft.com/Forums/en/category/w7itpro
http://helpdeskgeek.com/windows-7/windows-7-will-not-sleep/

Comments

Popular posts from this blog

[Azure Websites PHP] Cross Domain request results in blank response page after Preflight HTTP OPTIONS

[Magento] Create Contact Form with Dynamic Recipient