14383 shaares
5331 private links
5331 private links
I ran the following procedures today, which resulted in hibernate-resume success streak of 4:4 thus far
disable and re-enable hibernate to delete / recreate the c:\hiberfil.sys file:
Windows+X
Select "Command Prompt (Admin)"
"powercfg.exe /hibernate off"
"dir c:\ /a" to verify hiberfil.sys was deleted by system
"powercfg.exe /hibernate on"
zero-out the paging file (virtual memory) and re-enable it after restart (note; I am not sure if this is necessary, but I did it anyway)
Right-click "This PC" + select Properties (you can find ThisPC in explorer tree or searching it from Start menu)
Go to "Advanced" -->"Settings" --> "Advanced"
Click "Change"
Clear the "Automatically.." checkbox and select "No page file", click "SET" and OK OK & Reboot
I then followed to check if Hibernation works. (if you're doing this from a fresh desktop, be sure to leave something Open, like Notepad or whatever) -