Disable Hibernation

By | October 18, 2015

Windows default has hibernation turned on. This take good piece of the hard drive in the form of the hiberfil.sys file which takes up about as much c drive space as there is RAM installed. To dispose of the file and disable hibernation instantly use this in PowerShell:

powershell -Command "Start-Process 'powercfg.exe' -Verb runAs -ArgumentList '/h off'"