Home > Article > Operation and Maintenance > What should I do if I can’t sleep when I close the lid of Windows 10?
win10What should I do if I can’t sleep when I close the lid?
There are many notebooks that cannot enter hibernation when the lid is closed, which is related to the fact that they do not support S3. However, in fact, most notebooks support it. It may be disabled at the system level for no reason.
The solution is as follows:
To disable CS (Connected Standby), please perform the following steps:
1. Execute: regedit while running, start the registry editor.
2. Then find the path: HKLM\System\CurrentControlSet\Control\Power\
3. Find the "CsEnabled" key value and change the default "1" to "0".
4. Finally, restart the computer to take effect. Let’s all try again later to see if we can go to sleep!
Another method:
1. Press Win R to open Run, enter "regedit" and press Enter to enter the "Registry Editor";
2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power,
3. Click Power and double-click on the right side to open the "AwayModeEnabled" value, and then change its numerical data to 0 click Confirm to save,
PS: If there is no such value, right-click to create a new "DWORD 32-bit" value, name it "AwayModeEnabled" and modify it to the above value.
For more programming related content, please pay attention to the Programming Introduction column on the php Chinese website!
The above is the detailed content of What should I do if I can’t sleep when I close the lid of Windows 10?. For more information, please follow other related articles on the PHP Chinese website!