How do I install BgStats Companion on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id mvpoftheleague.BgStatsCompanion --exact --version 1.0.0. winget downloads the installer from mvpoftheleague and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install BgStats Companion silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id mvpoftheleague.BgStatsCompanion --exact 1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall BgStats Companion via winget?⌄
Run: winget uninstall --id mvpoftheleague.BgStatsCompanion --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from BgStats Companion's Apps & Features entry.
Is BgStats Companion free?⌄
BgStats Companion is distributed under MIT License. Refer to the publisher (https://github.com/mvpoftheleague/bgstats-companion) for the full license terms - Wingetly itself does not charge for installation.
Does BgStats Companion 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 BgStats Companion directly from the publisher.
How do I keep BgStats Companion up to date?⌄
Run winget upgrade --id mvpoftheleague.BgStatsCompanion --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of BgStats Companion from microsoft/winget-pkgs.