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