The way to do this is to set the "Attributes" for the setting you want from "1" to "2" in the registry. Then it will automagically reveal it in the power plan advanced power ssettings. like this:
View attachment 101650
This makes it a lot easier to change the settings:
View attachment 101656
Unfortunately on major updates, these get set back to defaults ( Attributes="1"), but not the actual settings. I keep a .reg file of these so I can easily recover them and make them visible in the power plan settings, eg:
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\36687f9e-e3a5-4dbf-b1dc-15eb381c6863]
"Attributes"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\45bcc044-d885-43e2-8605-ee0ec6e96b59]
"Attributes"=dword:00000002
One registry setting you would want, by the description would be this:
View attachment 101655
All the power settings are under they key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00