Technical questionAccepted answer
No hibernation option "after X minutes of inactivity" in Windows 11
kanlukasz
Aug 22
0 views1
I don't see the "hibernation after X minutes" option in my Windows 11.
On other computers I had, there was an option in Control Pane > Power Options > Change plan settings > Change advanced power settings. There i could set the time after which the computer should go into hibernation.
Note that:
- I have hibernation enabled and can see it in the
Start Menu > Power - The registry keys
HibernateEnabledandHibernateEnabledDefaultare set to1
My environment:
- Windows 11 (21H2 Build 22000.856) (comes from DELL website)
- Laptop DELL Vostro 15 5510
How to achieve this in Windows 11?
1 answer
Accepted answer · original discussion
w32sh
PermalinkAug 22
This command-line/registry edit should bring "Hibernate after.." option in the advanced power options dialog:
From Admin Command Prompt, run:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\9d7815a6-7ee4-497e-8888-515a05f02364" /v "Attributes" /t REG_DWORD /d 2 /f
After enabling hibernation using the registry, you can see the following default settings in Advanced
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.