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