Am Montag, 17. Februar 2025, 00:45:32 Ostafrikanische Zeit schrieb robert lippmann:
- Default power profiles are stored in the registry under
HKLM\System\CurrentControlSet\Control\Power. The subtree is pretty huge (about a 1.5m .reg file when I exported it.
What's your ultimate goal? I guess you have an application that tries to read and/or change power settings.
If the application is merely reading to e.g. figure out if it is running on a laptop powered by battery you probably don't need most of the registry values,
If you want to make a power management tool work then you are in for a lot of work. Powerprof would have to talk to lower level Linux components to actually apply changes to the hardware settings - that's going to be tricky.