Energy Mode

luckscent

Member
Does anyone know which component is responsible for switching from balanced mode to performance? I can go to the power settings through the control panel, but this option does not appear. This option I could change in energy settings by going through windows settings. But I click there and it doesn't open.


Could it be something in these settings?
 

Attachments

  • Sem título.jpg
    Sem título.jpg
    110.7 KB
Last edited:
You can't add a specific powerplan via NTL - the section from your pic what i understand is event viewer channels.
You can open an elevated cmd prompt and run this code: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
or safe it to a .bat or .cmd file and add the file to setupcomplete.
Or you can configure it via Group Policy (Pro/ Entreprise) Configuration\Policies\Administrative Templates\System\Power Management on current system and copy the folder to your NTL mounted image (hidden system folder).
 
Does anyone know which component is responsible for switching from balanced mode to performance? I can go to the power settings through the control panel, but this option does not appear.
This is a bit of a trick question, because there are lots of answers when it comes to power plans, since Microsoft has evolved how those are displayed over the years based on certain circumstances. So for example, on a Laptop you won't see all 3 power plans anymore, it only shows "Balanced" by default, and this is intended behavior. In recent years Microsoft is also trying to move power plan stuff into a slider bar on the taskbar, which is also leading to some confusion on the subject. Before assisting you further, we need info on the following:

1) Are you on a laptop?
2) Do you normally have 3 plans in the control panel and now only 1 appears after using NTLite?
3) Are you reporting an NTLite problem, or is this more about asking how to make Windows use a particular power plan by default?
 
To activate the "Balanced" power plan, you need to execute the following command:
note balance power plan is set active by default

powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e

Finally, to activate the "High Performance" power plan, use this command:
powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
 
You can put commands (and parameter files if needed) to the Post-setup page on the image, use the Machine box of that page.
 
Back
Top