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