To export a power plan in Windows 10, do the following. Open an elevated command prompt. Type the following command to list all the available power plans: powercfg.exe /L. You can see that every power scheme in Windows has its own GUID.Import a Power Plan in Windows 10 Open an elevated command prompt. Type the following command: powercfg -import "The full path to your.pow file". Provide the correct path to your *.pow file.Open an elevated command prompt. Type the following command: powercfg -import "The full path to your .pow file". Provide the correct path to your *.pow file. You will get something like this: The power plan is now imported and has its own GUID. Now, you can list your power plans with the powercfg /L command.
How do I export a power plan using the command-line?
To export a power plan using command-line, use these steps: Open Start. Search for Command Prompt, right-click the top result, and select the Run as administrator option. Type the following command to export the scheme to the ".pow" file and press Enter: powercfg /export PATH\TO\FILENAME PLAN-GUID
How to import a Power Plan in Windows 10?
To Import a Power Plan 1 Open an elevated command prompt. 2 Type the command below into the elevated command prompt, and press Enter to import the power plan. (see screenshot below) powercfg -import " Full path of.pow file "
How do I import a power plan into powercfg?
To Import a Power Plan. 1 Open an elevated command prompt. 2 Type the command below into the elevated command prompt, and press Enter to import the power plan. (see screenshot below) powercfg -import " Full path of .pow file ".
How do I open a Power Plan in the command prompt?
1 Open an elevated command prompt. Substitute Full path of .pow file in the command above with the actual full path of the .pow file of the power plan you exported in Option One. 4 When finished, you can close the command prompt if you like.

Below are two helpful articles on a similar topic 👇
How do I find the current Power Plan Scheme in Linux?How to import Power Plan in AutoCAD?