Skip to content

Instantly share code, notes, and snippets.

@peter9811
Last active February 28, 2025 14:28
Show Gist options
  • Select an option

  • Save peter9811/035a14b348d0469a1bd6bf1bff6bf086 to your computer and use it in GitHub Desktop.

Select an option

Save peter9811/035a14b348d0469a1bd6bf1bff6bf086 to your computer and use it in GitHub Desktop.

Revisions

  1. peter9811 revised this gist Feb 28, 2025. 2 changed files with 11 additions and 1 deletion.
    1 change: 0 additions & 1 deletion For the high performance
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    Run CMD as Admin > powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
    11 changes: 11 additions & 0 deletions enable_high_performance_power_plan.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    @echo off
    :: Script to enable High Performance power plan
    :: Works on Windows 10 and Windows 11
    :: Run as Administrator

    :: Set the High Performance power plan
    powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

    echo.
    echo High Performance power plan has been enabled.
    pause
  2. peter9811 created this gist Feb 28, 2025.
    1 change: 1 addition & 0 deletions For the high performance
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Run CMD as Admin > powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c