I am trying to get rid of the hiberfil.sys file, with no luck.
I tried turning off hibernation in the Settings, with this guide
Turning off "Allow hybrid sleep" did not change anything. Windows doesn't remove the file, and I am not allowed to remove the file.
Typing the powercfg.exe -h off command also did not change anything. I get an error, Windows doesn't remove the file, and I am not allowed to remove the file.
C:\Users\Cogni>powercfg.exe -h off
Unable to perform operation. An unexpected error (0x65b) has
occurred: Function failed during execution.I tried restarting the computer, still nothing works.
How do I fix this?
15 Answers
Hibernating needs to be off, and only an administrator can change that setting. Then you need to restart to remove the OS's lock on the file, and after the restart, the file is gone.
Right click Command Prompt and then click Run as administrator. Or we could disable it through Control Panel\All Control Panel Items\Power Options\Edit Plan Settings\Change advanced power settings:
In most cases the actual reason of Unable to perform operation [...] Function failed during execution error is that being member of Administrators group is not enough. You have to intentionally run Command Prompt as Administrator.
When searching for "Command Prompt" from Start menu, select "Run as administrator" from the right side options. Click on it and when terminal window pops up - you should be able to see "Administrator: Command Prompt" in the window's title bar.
Enter the powercfg.exe -h off command again - now it should turn the hibernation off without 0x65b error.
A bit late I know but if you are wondering:
Open a command prompt as an admin and type powercfg /h on
And if you want to revert back: powercfg /h off
- Open
Control Panel. - Search for
powerand openPower Options. - Click on
change plan settings - Click on
Change advanced power settings. - Scroll down to
Sleepand disableAllow Hybrid Sleep. - Scroll down further to
Batteryand inCritical Battery ActionputOn BatteryandPlugged into sleep or something other thanHibernate. - Open CMD as administrator and type
powercfg.exe /hibernate offand hit enter. - Now restart and hibernation file will be gone and some extra space on C drive will be available (3.1 GB in my case).