Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JeanOlivier/cbdbaa1f5bc2314c5bdd1d7daa52218c to your computer and use it in GitHub Desktop.
Save JeanOlivier/cbdbaa1f5bc2314c5bdd1d7daa52218c to your computer and use it in GitHub Desktop.
Enable Battery time left estimator on Win11 (not mine, for reference)
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