Disable hibernation via Group Policy

Reading Time: < 1 minute

There is currently no setting within Group Policy to disable or enable system hibernation.

But you could copy the below command to a batch file and add to Group Policy so it runs on system startup. It’s been tested on Windows XP.

powercfg.exe /hibernate OFF