Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.2 KB

EnergyStar

EnergyStar is a terrible* Windows application that leverages Windows EcoQoS API to throttle any inactive user process and background applications to improve system thermal and battery life, similar to the process management strategy on modern Apple macOS releases.

See It In Action

Battery stat on Z13

*: By saying terrible, I mean currently there are a few known limitations on track to be addressed. See below.

Known Limitations

  • Child processes do not get boosted when the parent process receives input focus.
  • Throttle is always engaged regardless of power scheme when AC adapter is disconnected.
  • System processes (which is Session 0) do not get throttled. Currently there are some assumption that non-user processes know what they are doing.
  • Process exemption list is not user configurable.

Usage

Download the release binary and double click EnergyStar.exe

For development, standard .NET 6 toolchains are required. The project structure should be self-explanatory.

License

Dual licensed: MIT License with Microsoft exemptions.