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