Change Power Scheme From Windows Command Prompt

| Posted by watashii | Filed under Software

If you have a laptop, Windows provides different power schemes that you can switch (or create your own) for power management.  You can switch your power scheme the same way using the command prompt using the powercfg utility.

To list all the available power schemes, open the Windows command prompt and run powercfg /list

C:\Users\Watashii>powercfg /list

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced)
Power Scheme GUID: 49ef8fc0-bb7f-488e-b6a0-f1fc77ec649b  (Dell Recommended) *
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)

To change your power scheme (to Power Saver for example), run powercfg /setactive

powercfg /setactive a1841308-3541-4fab-bc81-f71556f20b4a

Tip: You can also put the above command inside a batch (.bat) file and run this conveniently like a shortcut.

Tags: , ,