High performance Power plan missing.

Anonymous
2020-06-07T09:16:10+00:00

Hi, i have a surface laptop and i cant change my performance in power options in control panel, it would just show balanced for me, and when i press create a new power plan i cant see high performance, it only shows balance, i need a way to get high performance can anyone please help me? 

***Original Title: Power***

Windows for home | Windows 10 | Sleep and Power on, off

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2020-07-26T14:07:19+00:00

This is a temporary fix i guess, but it works for me nonetheless

using the command:

"powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"

does not add the plan high performance in this power plan. So i ended up forcing the plan to run from cmd with this code:

"powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"

and create the ".bat" file to have a launcher so i don't have to type whenever i need to use the plan. The plan runs after couple seconds of delay and appear alongside with "balanced plan". If you change the plan to the original one, the high performance one will dissapear so you need to launch the code again.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

73 additional answers

Sort by: Newest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2020-10-01T10:14:39+00:00

    Thank you very much!

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2020-09-20T09:58:13+00:00

    Hi, i have a surface laptop and i cant change my performance in power options in control panel, it would just show balanced for me, and when i press create a new power plan i cant see high performance, it only shows balance, i need a way to get high performance can anyone please help me? 

    ***Original Title: Power***

    Hey, 

    if you are using windows 10 2004 update then run command in powerSell to get back desired power plan.

    Here are the lines you need to enter in PowerShell: Ultimate Performance: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

    High Performance: powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

    Balanced: powercfg -duplicatescheme 381b4222-f694-41f0-9685-ff5bb260df2e

    Power saver: powercfg -duplicatescheme a1841308-3541-4fab-bc81-f71556f20b4a

    I hope it will resolve your issue.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments