How do I install Clownfish Voice Changer on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SharkLabs.ClownfishVoiceChanger --exact --version 1.68.0.0. winget downloads the installer from Shark Labs and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Clownfish Voice Changer silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id SharkLabs.ClownfishVoiceChanger --exact 1.68.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 Clownfish Voice Changer via winget?⌄
Run: winget uninstall --id SharkLabs.ClownfishVoiceChanger --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Clownfish Voice Changer's Apps & Features entry.
Is Clownfish Voice Changer free?⌄
Clownfish Voice Changer is distributed under Copyright Shark Labs. Refer to the publisher (https://clownfish-translator.com/voicechanger/download.html) for the full license terms - Wingetly itself does not charge for installation.
Does Clownfish Voice Changer 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 Clownfish Voice Changer directly from the publisher.
How do I keep Clownfish Voice Changer up to date?⌄
Run winget upgrade --id SharkLabs.ClownfishVoiceChanger --exact, or winget upgrade --all to update everything winget tracks. We index 3 versions of Clownfish Voice Changer from microsoft/winget-pkgs.