How do I install 搜狗输入法皮肤编辑器 on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Sogou.SogouInputSkinEditor --exact --version 6.6. winget downloads the installer from Sogou.com 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 Sogou.SogouInputSkinEditor --exact 6.6 --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 Sogou.SogouInputSkinEditor --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from 搜狗输入法皮肤编辑器's Apps & Features entry.
Is 搜狗输入法皮肤编辑器 free?⌄
搜狗输入法皮肤编辑器 is distributed under Freeware. Refer to the publisher (https://pinyin.sogou.com/skins/design.html) 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 Sogou.SogouInputSkinEditor --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of 搜狗输入法皮肤编辑器 from microsoft/winget-pkgs.