Windows command guide

Enable the Ultimate Performance Power Plan in Windows

Windows power plans influence how aggressively the system saves energy, parks resources, and balances responsiveness against efficiency. On performance-oriented desktops and workstations, some users prefer the Ultimate Performance plan because it reduces certain power-saving behaviors in favor of faster, more consistent responsiveness. The command does not force miracles, but it can make tuning options available on systems that support the scheme.

This guide is written around the specific symptom-command match for enable ultimate performance, not as a generic dump of terminal lines. That makes the page more useful for real troubleshooting and reduces the chance of running the wrong repair step.

Reviewed guide Updated 2026-04-21
Elevated Command Prompt
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Best place to run it

Elevated Command Prompt is the right execution context for this page. Because this repair touches protected Windows state, a normal unelevated shell can return misleading access errors or partial results.

Fast repair workflow

  1. Start from the exact symptom on this page: You want a less power-saving-oriented plan on a desktop or plugged-in workstation
  2. Run the focused cleanup or performance line exactly as shown: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61.
  3. This workflow is tuned for this repair, so avoid mixing it with unrelated repair commands too early.
  4. Test the exact activity that felt slow before, not just a general impression of speed.
  5. If nothing changes, move toward startup load, storage health, temperature, or driver investigation instead of random tweaks.

Copyable wrapper script

Use this wrapper when you want the page command inside a clearer script block with start and finish prompts.

@echo off echo Run this CMD sequence in an elevated Command Prompt. echo Starting targeted repair sequence... powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 echo. echo Review the output before closing this window. pause

Verification commands after the repair

These follow-up commands help you check whether the repair actually changed the Windows state that matters, instead of assuming success from a single line.

powercfg /list powercfg /energy

What problem this command is trying to solve

This command targets situations where the available Windows power plans feel too conservative for a machine being used primarily for performance, heavy workloads, or latency-sensitive tasks.

  • You want a less power-saving-oriented plan on a desktop or plugged-in workstation.
  • You are tuning a PC for consistency rather than battery life.
  • The Ultimate Performance plan is not currently visible in Power Options.

How the command works

The command duplicates the built-in Ultimate Performance scheme so it becomes available in the Windows power plan list. After that, you can select it manually in Power Options or related settings.

When it makes sense to run it

Use it on systems where power efficiency matters less than responsiveness, such as gaming desktops, creator PCs, or always-plugged-in workstations. It makes less sense on battery-focused laptops.

Before you run this command

  • Open an elevated Command Prompt or PowerShell window before running powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61.
  • Confirm that the symptom really matches this guide, especially if you are seeing signs such as: you want a less power-saving-oriented plan on a desktop or plugged-in workstation.
  • Set one measurable goal first, such as reclaiming storage, reducing UI lag, or refreshing a damaged cache.

What result to expect

After running powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61, compare the result against the symptom that brought you here. The most useful checkpoint is whether you want a less power-saving-oriented plan on a desktop or plugged-in workstation becomes less frequent, changes form, or produces a clearer error message. A command page is stronger when it helps you verify a real change instead of just assuming the line must have worked.

How to verify that it worked

The best verification step after powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 is to repeat the action that previously triggered the problem. If you are tuning a pc for consistency rather than battery life still appears in exactly the same way, the command probably was not the whole answer and you should move to the next targeted check instead of assuming the page is finished.

Why administrator rights matter here

This command changes responsiveness, storage cleanup, cache state, or power behavior. Run it in an elevated shell so Windows can apply the repair instead of only returning an access or privilege error.

Before you run it

This can increase power usage, heat, and fan activity. It does not replace proper cooling, driver tuning, or realistic expectations about hardware limits.

When this is probably the wrong fix

This is not the right first fix for worn-out hardware or a machine that is overloaded by too many startup apps. Use it when the page is clearly targeting cache corruption, storage waste, or a specific Windows performance setting.

What to do if it does not help

If powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 does not improve you want a less power-saving-oriented plan on a desktop or plugged-in workstation, move to the next repair step that matches the same symptom family instead of piling on random commands. The best follow-up depends on whether the failure is mainly about responsiveness, storage cleanup, cache state, or power behavior.

Frequently asked questions

Should I use powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 for this exact Windows symptom?

Use it when the behavior on your PC lines up with the repair target on this page: This command targets situations where the available Windows power plans feel too conservative for a machine being used primarily for performance, heavy workloads, or latency-sensitive tasks.

What should I check right after powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61?

Check whether the original trigger still reproduces the same failure. For this page, a useful checkpoint is whether you want a less power-saving-oriented plan on a desktop or plugged-in workstation becomes less frequent, changes form, or points you toward a more specific next step.

When should I not rely on powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 alone?

This is not the right first fix for worn-out hardware or a machine that is overloaded by too many startup apps. Use it when the page is clearly targeting cache corruption, storage waste, or a specific Windows performance setting.