Minimal PowerShell script to enable the hidden “Ultimate Performance” power plan on Windows. Automatically duplicates and activates the plan. Works on Windows 10 and 11. No localization required.
Minimal PowerShell script to enable the hidden Ultimate Performance power plan on Windows 10/11.
Download here | hashfile |
---|---|
EnableUltimatePerformance.ps1 | sha256:e2d13088841b60e22377198264f4999c72bbd83e63f9078657fec814e6a15368 |
Releases page (optional) |
EnableUltimatePerformance.ps1
powershell.exe -ExecutionPolicy Bypass -File ".\PASTE_PATH_HERE\EnableUltimatePerformance.ps1"
⚠️ How to find PASTE_PATH_HERE:
- Right-click the
.ps1
file- Click Properties
- Copy the Location
- Add
\EnableUltimatePerformance.ps1
at the end
✅ Example:
powershell.exe -ExecutionPolicy Bypass -File '.\OneDrive\Área de Trabalho\EnableUltimatePerformance.ps1'
⚠️ Without admin rights, activation may fail on some systems.