Last active
February 28, 2025 14:28
-
-
Save peter9811/035a14b348d0469a1bd6bf1bff6bf086 to your computer and use it in GitHub Desktop.
Add High Performance power plan Windows 11
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 characters
@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 |
Alternatively just:
Run CMD as Admin > powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Batch Script to Enable High Performance Power Plan
Description
This batch script is designed to enable the "High Performance" power plan on Windows 10 and Windows 11 by setting the power configuration to the High Performance GUID.
Usage Instructions
.bat
extensionImportant Notes
Compatibility