Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JeanOlivier/ffd5314e34686ba1d417d1d9caeb9dc7 to your computer and use it in GitHub Desktop.
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)
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