-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable "Windows Power Mode" switching #3287
Comments
@Katzenwerfer hello, is it in a new 24H2 windows update ? Cause I don't have that option in the settings. Currently app uses windows API to set an "overlay power scheme" (this is how power modes are called there) g-helper/app/Mode/PowerNative.cs Line 72 in 15501c7
But that doesn't separate if mode is on battery or plugged in. I can imagine it would adjust "on battery" mode when you are actually on battery ? Can you check ? Of course you already get automatic power mode changes anyway, cause G-Helper just remembers last used mode per battery / plugged in case and sets it . And this affects not only windows power mode but also "bios-mode", i.e. Silent / Blanced / Turbo |
I would assume, I'm using an LTSC edition of Windows, so I would guess this was included in a recent quality update.
This seems to be the case, the modified scheme depends on whether the device is plugged in or not |
@Katzenwerfer ok, so it actually already works as it should? Adjusts battery power mode when on battery? |
Indeed it does |
That said, I do wonder if there would be a possibility to have the former request, as to respect whatever Windows has set already. |
@Katzenwerfer ok, even though I sincerely don't understand why you need that I have added an optional param that you can set under Add
And try this build |
With the addition of the optional parameter, is Ghelper not hiding the Windows Power Mode option from the GUI? |
@NatsuZoraKanata when Power Mode switching is disabled - Fans + Power will just show currently active Power Mode in windows (it reads it. I think it's good to keep it :) |
Rules
Is your feature request related to a problem? Please describe
In a recent Windows update, a button was added to the power settings to choose battery and plugged-in "Windows Power Mode" separately. Currently, G-Helper only modifies the plugged-in mode when switching profiles.
Describe the solution you'd like
I would like to be able to disable this feature to manage it directly from the system's settings.
Describe alternatives you've considered
Ideally, it must be possible to set modes for both cases inside G-Helper's profiles, but having the ability to disable it outright would be nice too.
Device and Model
Asus TUF Gaming A17
Additional information.
The text was updated successfully, but these errors were encountered: