Wingetlywingetly
← All apps

WinPower

by Francesco Sorgev0.1

Last updated

Better shutdown menu for Windows

Install with winget

$ winget install --id FrancescoSorge.WinPower --exact --version 0.1

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

Silent install command for WinPower

WinPower uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, user scope)
winpower-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER

See the full silent install reference for WinPower

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.

About

Are you sick of pressing the wrong buttons when shutting down and accidentally rebooting? WinPower solves this problem with a simple UI and large buttons. So you will never press the wrong buttons again.

Installers · v0.1

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x86EXE
Inno Setup
userDirect

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 WinPower.

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

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.101.0

    Take GitHub to the command line

  • MinGitThe Git Development Community
    Git.MinGitv2.55.0.5

    MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience.

  • VimBram Moolenaar et al.
    vim.vimv9.2.1061

    Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient

  • DBeaverDBeaver Corp
    DBeaver.DBeaver.Communityv26.2.0

    Free Universal Database Tool

  • G
    GrypeAnchore Inc
    Anchore.Grypev0.118.0

    A vulnerability scanner for container images and filesystems

  • S
    SyftAnchore Inc
    Anchore.Syftv1.51.0

    CLI tool and library for generating a Software Bill of Materials from container images and filesystems

More from Francesco Sorge or browse hibernate, power, restart.

Frequently asked questions

How do I install WinPower on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id FrancescoSorge.WinPower --exact --version 0.1. winget downloads the installer from Francesco Sorge and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WinPower silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id FrancescoSorge.WinPower --exact 0.1 --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 WinPower?
WinPower uses EXE (Inno Setup). Run the downloaded installer with: winpower-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall WinPower via winget?
Run: winget uninstall --id FrancescoSorge.WinPower --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WinPower's Apps & Features entry.
Is WinPower free?
WinPower is distributed under MIT. Refer to the publisher (https://gitlab.com/fsorge/winpower) for the full license terms - Wingetly itself does not charge for installation.
Does WinPower 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 WinPower directly from the publisher.
How do I keep WinPower up to date?
Run winget upgrade --id FrancescoSorge.WinPower --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WinPower from microsoft/winget-pkgs.