By default, WINDOWS10/8/7 has three projects in common power plans: Balance, high performance, and energy saving, you can change these 3 plans according to your needs, or you can create new power plans based on existing plans.
Create a custom power plan
To create a custom power plan based on the system's existing 3 plans it's easy to just open the Control Panel-hardware and sound-power options and click the Create power Plan on the left.
Whether the system has built-in or user-created power Plan configurable options are many, but the adjustment configuration is very simple, here is not detailed, you can configure on demand.
View the list of power plans
You can view the list of power plans available on the current system by executing the following command at the command prompt:
Powercfg–list
Backup power Plan
It is believed that many users are using a custom configured power plan, but few users know how to export it and make a backup. Windows 10 does not synchronize custom power plans after you log on with Microsoft account, and it is necessary to export your custom plans if you have more changes to your customizations and are configured to be complex.
You can use the following command to back up the Power plan:
Powercfg-export D:sysgeekscheme.pow GUID
Restore Power Plan
There is a natural restore of backup, you can use the following command to restore the plan for the export backup:
Powercfg-import D:sysgeekscheme.pow
Manually Switch power plans
If you have a power plan entry or too many computers to manage, manual switching is inconvenient, or the administrator needs to bulk change the power plan for a domain client, you can use the following command:
Powercfg-setactive GUID
Reset power Plan to system default
If you want to revert to the Windows default 3 project power Plan, you can use the following command:
Powercfg–restoredefaultschemes
Note: The above command removes all custom power plans and restores the system's built-in 3 project power plan to its default values.
Renaming power plans
You can use the following command to rename a power plan:
Powercfg–changename GUID New Name