Windows Performance Guide

How to Use Windows Ultimate Performance Script

This guide explains how to use Recruit's Windows Power Script to unlock the hidden Ultimate Performance power plan, set it active, and remove every other power plan so Windows keeps using the right one after restart.

What It Does Before You Run It Step-by-Step Verify It Worked Fixes FAQ

What the Script Does

Windows includes an Ultimate Performance power plan on supported editions, but it is often hidden by default. This script uses Windows powercfg commands to reveal it, activate it, and remove other power plans so Ultimate Performance is the only plan left.

Unlocks Ultimate PerformanceAdds the hidden Windows power scheme if it is not already visible.
Sets it activeMakes Ultimate Performance the current power plan.
Removes every other planDeletes the other power plans, including Windows default plans, so Ultimate Performance is the only selectable plan.

This is useful because Windows can bug out after restart: it may show the selected plan in Power Options but behave like another plan in the background. Keeping only Ultimate Performance avoids that mismatch.

Before You Run It

Step-by-Step: Enable Ultimate Performance

1. Download or open the scriptGet the Windows Ultimate Performance Script from Recruit's GitHub repository.
2. Right-click the scriptChoose Run as administrator. This is required because Windows power schemes need admin permission.
3. Let it add the planThe script uses powercfg to duplicate or reveal the Ultimate Performance scheme.
4. Let it activate the planAfter the plan exists, the script sets Ultimate Performance as the active power plan.
5. Let it delete the other plansThe script removes the remaining default/custom plans so Windows cannot silently fall back to a different behavior after restart.
6. Restart if neededA restart is not always required, but it can help make sure every app uses the new power behavior cleanly.

How to Verify the Active Power Plan

After running the script, open Windows Power Options and check that Ultimate Performance is selected and the other plans are gone. You can also verify with Command Prompt:

powercfg /getactivescheme

If it worked, the active scheme should show Ultimate Performance.

Common Problems and Fixes

Script does nothingRun it as administrator. Without admin permission, powercfg may fail.
Ultimate Performance does not appearRestart the PC and check Power Options again. Some systems hide plans until after refresh/restart.
Laptop gets hotterUse Balanced when on battery and Ultimate Performance only when plugged in.
You want default plans backRestore the default Windows schemes with powercfg -restoredefaultschemes, then pick the plan you want.

FAQ

Will this increase FPS?

It can help consistency by reducing power-saving behavior, but it is not magic. GPU, CPU, thermals, game settings, and drivers still matter.

Is Ultimate Performance safe?

Yes, but it may use more power and create more heat because Windows is less aggressive about saving energy.

Why remove the default plans too?

Because Windows can sometimes show the selected plan after restart while not actually behaving like it. Removing the other plans keeps the system from drifting back to another power behavior.

Should every gamer use it?

Desktop gaming PCs can benefit from it. Laptop users should be more careful because battery life and heat matter more.

View Script on GitHub