I have a small SSD and I want to reclain the space currently used by the hiberfil.sys (~4GB) by disabling hybernation or perhaps preferably, move it to an HDD.

I see under "power Options" that "Sleep/Hibernate After" is set to "Never", yet I have this 4 GB hiberfil.sys file.

I don't see any other options pertaining to Hybernation.

how do I remove this file and keep it from coming back or relocate it to another drive, an HDD where I would not mind the frivelous writes to take place.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 6 down vote accepted

open an administrator command shell (cmd.exe or powershell.exe) and type:

% powercfg -h off

and then reboot

link|improve this answer
1  
Thanks. I would prefer to move the hybernate file rather than turn it off but it looks looks like it has to be on teh same drive as your OS. – Velika Kudac Jun 3 '10 at 3:44
2  
@Chadworthington: hiberfil.sys can't be moved, since NTLDR uses it before it knows where the registry is, while drive letter assignments are stored in the registry. – harrymc Jun 3 '10 at 7:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.