Method for selecting a power plan for the Win 7 system

  

Solution 1: Select the power plan via the power icon and left click on the battery icon in the lower right corner. Click on the required power plan. Solution 2: Turn on the power option to select a power plan. Start the menu and click on “Control Panel”. Click “System & Security”. Click “Power Options”. Select the required power plan. Solution 3: Change the power plan with the Windows Mobile Center. Right click on the battery icon and select “Windows Mobility Center”. Select the required power plan. Solution 4: Use the command method to change the current power plan. Click: Start Menu - All Programs - Accessories - Run (WIN + R). (1) If you want to change to "balance mode", enter the following code snippet: C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive 381b4222-f694-41f0-9685-ff5bb260df2e If you want to change to “ The highest performance mode & rdquo;, enter the following is the code snippet: C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c If you want to change to “ energy saving mode & rdquo;, enter the following is Code Snippet: C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive a1841308-3541-4fab-bc81-f71556f20b4a (2) If you want to change to your own power scheme, open the Start menu - All Programs - Accessories - Command prompt (or search for CMD directly or enter CMD within the run). Enter the following code snippet: POWERCFG -L Change the previous command C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive to the GUID of the self-created power scheme, for example, the GUID of my custom plan 1 , you can enter C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive e13644b6-851a-49ac-8ff8-c732dfe8827d. In addition: you can also use this command, the desktop right button - create a shortcut, in the "Please type the location of the object", enter C:\\\\Windows\\\\System32\\\\powercfg.exe -setactive e13644b6-851a-49ac- 8ff8-c732dfe8827d command, you can create a shortcut to facilitate switching, double-click to select the change, of course, can also be added to the FN function key through the HOTKEY program.

Copyright © Windows knowledge All Rights Reserved