disable hiberfil.sys

C++
//To remove hiberfil.sys (turn off Windows Hibernation)
//run the following command as administrator:
powercfg.exe -h off
Source

Also in C++: