Skip to content

Instantly share code, notes, and snippets.

@flipeador
Created May 4, 2025 03:19
Show Gist options
  • Save flipeador/32373f9dbec6d7fa3b7d62b80a51bf3b to your computer and use it in GitHub Desktop.
Save flipeador/32373f9dbec6d7fa3b7d62b80a51bf3b to your computer and use it in GitHub Desktop.
Enable the hibernate feature in Windows.
@echo off
powercfg.exe /h /size 100
powercfg.exe /h /type full
control.exe /name Microsoft.PowerOptions /page pageGlobalSettings
pause
@flipeador
Copy link
Author

Enable Hibernate Feature

Microsoft | Shut down, sleep, or hibernate your PC

Instructions

Run the enable-hibernate.bat file as Administrator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment