Skip to content

Instantly share code, notes, and snippets.

@DartPower
Created November 8, 2019 23:37
Show Gist options
  • Save DartPower/0d8f359d48f14ab367da3321cead945d to your computer and use it in GitHub Desktop.
Save DartPower/0d8f359d48f14ab367da3321cead945d to your computer and use it in GitHub Desktop.
Hibernation script
@echo off
powercfg -h off
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
powercfg -h on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment