how to delete hiberfil.sys in drive not in use code example
Example: disable hiberfil.sys
//To remove hiberfil.sys (turn off Windows Hibernation)
//run the following command as administrator:
powercfg.exe -h off
//To remove hiberfil.sys (turn off Windows Hibernation)
//run the following command as administrator:
powercfg.exe -h off