Created
April 4, 2024 14:30
-
-
Save JeanOlivier/cbdbaa1f5bc2314c5bdd1d7daa52218c to your computer and use it in GitHub Desktop.
Enable Battery time left estimator on Win11 (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"=- | |
"UserBatteryDischargeEstimator"=- | |
"EnergyEstimationEnabled"=dword:00000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment