Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Created February 28, 2024 00:36
Show Gist options
  • Save Computer-Tsu/c15b8499610318c97cb96d6602bda9a5 to your computer and use it in GitHub Desktop.
Save Computer-Tsu/c15b8499610318c97cb96d6602bda9a5 to your computer and use it in GitHub Desktop.
Windows Power Config disable sleep when plugged in
REM Disable sleep, hibernate, standby when plugged in
REM disable sleep timer when plugged in
%windir%\system32\powercfg.exe /x standby-timeout-ac 0
%windir%\system32\powercfg.exe /x hibernate-timeout-ac 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment