How do I install kuando In-A-Call on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Plenom.kuandoIn-A-Call --exact --version 1.0.0.0. winget downloads the installer from Plenom A/S and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install kuando In-A-Call silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Plenom.kuandoIn-A-Call --exact 1.0.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 kuando In-A-Call via winget?⌄
Run: winget uninstall --id Plenom.kuandoIn-A-Call --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from kuando In-A-Call's Apps & Features entry.
Is kuando In-A-Call free?⌄
kuando In-A-Call is distributed under Proprietary. Refer to the publisher (https://www.plenom.com/downloads/download-software/) for the full license terms - Wingetly itself does not charge for installation.
Does kuando In-A-Call 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 kuando In-A-Call directly from the publisher.
How do I keep kuando In-A-Call up to date?⌄
Run winget upgrade --id Plenom.kuandoIn-A-Call --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of kuando In-A-Call from microsoft/winget-pkgs.