Created
April 4, 2024 14:27
-
-
Save JeanOlivier/ffd5314e34686ba1d417d1d9caeb9dc7 to your computer and use it in GitHub Desktop.
Disable Battery time left estimator on Win11 (back to normal) (not mine, for reference)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Created by: Shawn Brink | |
; Created on: January 13, 2023 | |
; Tutorial: https://www.elevenforum.com/t/enable-or-disable-show-battery-estimated-time-remaining-in-windows-11.11885/ | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power] | |
"EnergyEstimationDisabled"=dword:00000001 | |
"UserBatteryDischargeEstimator"=dword:00000001 | |
"EnergyEstimationEnabled"=- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment