Home > Article > System Tutorial > How to enable hiberfil.sys hibernation file in Win11
Enable hibernation mode in Windows 11 by entering the "powercfg /hibernate on" command in a command prompt running as an administrator, create a hibernation file and store it in C:\hiberfil.sys . Hibernation mode helps save power without shutting down the computer while maintaining current status.
How to enable Win11 hibernation file (hiberfil.sys)
Enable method:
Search for "Command Prompt" in the Start menu and run it as an administrator. Enter the following command and press Enter:
<code>powercfg /hibernate on</code>
Detailed steps:
Enter the enable hibernation command. In the command prompt window, enter the following command:
<code>powercfg /hibernate on</code>
Check the hibernation status. Enter the following command and press Enter:
<code>powercfg -a</code>
You should see the "Hibernation: Enabled" message.
FAQ:
The above is the detailed content of How to enable hiberfil.sys hibernation file in Win11. For more information, please follow other related articles on the PHP Chinese website!