How to Add or Remove "Hibernate after" from Power Options in Windows 11 or 10?

353 views Dec 19, 2022

How to Add or Remove "Hibernate after" from Power Options in Windows 11 or 10? The "Hibernate after" setting in the Power Options window allows users to set how long in minutes the computer is inactive (idle) before automatically hibernating. If it is missing on your PC, here is how to enable it. First, click on the Start button and type CMD. In the available search results, right-click on the Command Prompt and select the Run as administrator option. Now, copy and paste the following on the prompt and hit Enter on the keyboard:- 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 Please note you can copy commands from this video description. If you want to remove "Hibernate after" from Power Options on Windows 11 or 10, copy and paste the following and hit Enter on the keyboard:- powercfg -attributes SUB_SLEEP 9d7815a6-7ee4-497e-8888-515a05f02364 +ATTRIB_HIDE