Last active
February 28, 2025 14:28
-
-
Save peter9811/035a14b348d0469a1bd6bf1bff6bf086 to your computer and use it in GitHub Desktop.
Revisions
-
peter9811 revised this gist
Feb 28, 2025 . 2 changed files with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
peter9811 created this gist
Feb 28, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Run CMD as Admin > powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c