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