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