Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Power Plans - Export and Import



 

Power Plans - Export and Import

How to Export and Import Power Plans in Windows 7
Published by Brink
04-01-2010
Default Power Plans - Export and Import

How to Export and Import Power Plans in Windows 7

information   Information
This will show you how to export and import power plans (schemes) and in Windows 7 to make it easier to reuse them on another computer or restore on your computer with all settings intact.
warning   Warning
You will need to be logged in as an administrator to be able to do this.

EXAMPLE: Power Plans
Power Plans - Export and Import-power_plans.jpg

Here's How:
1. Open a elevated command prompt.

2. To List and See All Power Plans
NOTE: This will give you a list of all of the power plans on your computer with the name and GUID number of each power plan.
A) In the elevated command prompt, type in powercfg list and press enter. (see screenshot below)

Power Plans - Export and Import-step1.jpg
3. To Export a Power Plan
NOTE: This will allow you to export a selected power plan as a pow file for a backup that can be imported into any Windows 7 computer to have that power plan available as a custom power plan on that computer.
A) In the elevated command prompt, type in the command below (in code box) for the power plan that you want to export, and press enter.


Note   Note
  • Substitute Power Plan Name in the command below for the name (all one word) you want for the power plan that you want to export. While it may be best to use the name of the power plan as displayed in step 2 above so you may better know which one it is, you can have any name you like for it.
  • Substitute GUID in the command below for the actual long GUID number of the power plan that you want to export as shown in step 2 above.



Code:
powercfg -export "%UserProfile%\Desktop\Power Plan Name.pow" GUID
Power Plans - Export and Import-export.jpg
Balanced
Code:
powercfg -export "%UserProfile%\Desktop\Balanced.pow" 381b4222-f694-41f0-9685-ff5bb260df2e
High Performance
Code:
powercfg -export "%UserProfile%\Desktop\High Performance.pow" 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
Power Saver
Code:
powercfg -export "%UserProfile%\Desktop\Power Saver.pow" a1841308-3541-4fab-bc81-f71556f20b4a
Custom
Code:
You will have to look at step 2 above for the GUID # and name since it will be different per computer.
B) You will now have the .pow file (ex: Custom Plan.pow) exported (saved) to your desktop.

C) Move the .pow where you like for safe keeping. This is the file you will need to import this power plan.

D) Go to step 5.
4. To Import a Power Plan
NOTE: This will allow you import a .pow file (power plan) that was exported using step 3 to be able to add it as a custom power plan to select and use.
A) In the elevated command prompt, type in the command below and press enter.

Note   Note
Substitute (Full Path of .pow file) in the command below for the the actual full path of the exported (step 3) .pow file with it's name and file extension included within quotes.


Code:
powercfg -import "(Full Path of .pow file)"
FOR EXAMPLE: If I have my exported (step 3) CustomPlan.pow file saved to my desktop, then I would type in either one of the commands exactly as below.

Code:
powercfg -import "%UserProfile%\Desktop\Custom Plan.pow"
Power Plans - Export and Import-import-1.jpg

OR

Code:
powercfg -import "C:\Users\User-Name\Desktop\Custom Plan.pow"
Power Plans - Export and Import-import-2.jpg
B) The imported pow file (power plan) has now been added as a custom power plan to be able to select and use.
5. Close the elevated command prompt.
That's it,
Shawn



Published by
Administrator

Join Date: Oct 2008
Location: Texas
Posts: 34,822
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute

Tutorial Tools
09-25-2011   #1
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello Cellepo, and welcome to Seven Forums.

It appears that you may have left out Desktop in the path in the command. Please try again to see how it works for you.

My System SpecsSystem Spec
Comment

Power Plans - Export and Import problems?



Tutorial Tools



Similar Threads for: Power Plans - Export and Import
Windows 7 Tutorial Category
import/export Browsers & Mail
So Hotmail won't import/export through Thunderbird - MSN down as well Browsers & Mail
Outlook 2003 - Import Export won't Microsoft Office
Internet Explorer - Import and Export Favorites Tutorials
Internet Explorer - Import and Export Cookies Tutorials


All times are GMT -5. The time now is 07:53 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30