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