Wingetlywingetly
โ† All apps

Energy Star X

by Nick Johnv1.0.18.0

Last updated

๐Ÿ”‹ Improve your Windows 11 device's battery life.

Install with winget

$ winget install --id NickJohn.EnergyStarX --exact --version 1.0.18.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Energy Star X

Energy Star X uses MSIX. The silent install switches are (no switches needed).

One-line silent install (x64)
Add-AppxPackage -Path .\EnergyStarX_1.0.18.0_x64.Msix

See the full silent install reference for Energy Star X โ†’

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers ยท v1.0.18.0

ArchitectureTypeScopeInstallDownload
x64MSIX-Direct
arm64MSIX-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Energy Star X.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • M
    Microsoft.UI.XamlMicrosoft Corporation
    Microsoft.UI.Xaml.2.8v8.2310.30001.0

    Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

  • B
    BatteryBarOsiris Development
    OsirisDevelopment.BatteryBarv3.6.6

    BatteryBar is a lightweight, powerful battery meter. It monitors your battery over time to calculate accurate estimates.

  • MakuTweakerMarkAdderly
    MarkAdderly.MakuTweakerv5.8.7

    The most user-friendly Windows tweaker to optimize and personalize your OS. Customize system settings, manage processes, clean up junk, view detailed PC specs, and personalize the app with multiple built-in themes!

  • Xi ControlOksion
    Oksion.XiControlv0.13.0

    Tray utility for Xiaomi/Redmi laptops - battery charge limit, performance modes, OSD and Mi button, driver-free via the stock firmware WMI interface (MIFS).

  • M
    Microsoft.UI.XamlMicrosoft Corporation
    Microsoft.UI.Xaml.2.7v7.2208.15002.0

    Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications

  • GestureSign V2Tomclanc
    Tomclanc.GestureSignV2v18.2.5

    A Windows 11 focused rebuild of GestureSign for touchpad, touchscreen, and mouse gestures.

More from Nick John or browse battery, battery-life, ecoqos.

Frequently asked questions

How do I install Energy Star X on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id NickJohn.EnergyStarX --exact --version 1.0.18.0. winget downloads the installer from Nick John and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Energy Star X silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id NickJohn.EnergyStarX --exact 1.0.18.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Energy Star X?
Energy Star X uses MSIX. MSIX packages install silently by default - no switches are needed (Add-AppxPackage -Path .\EnergyStarX_1.0.18.0_x64.Msix).
How do I uninstall Energy Star X via winget?
Run: winget uninstall --id NickJohn.EnergyStarX --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Energy Star X's Apps & Features entry.
Is Energy Star X free?
Energy Star X is distributed under GPL-3.0. Refer to the publisher (https://github.com/JasonWei512/EnergyStarX) for the full license terms - Wingetly itself does not charge for installation.
Does Energy Star X work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Energy Star X directly from the publisher.
How do I keep Energy Star X up to date?
Run winget upgrade --id NickJohn.EnergyStarX --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Energy Star X from microsoft/winget-pkgs.