How do I install e-Sword on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id RickMeyers.e-Sword --exact --version 14.01.0000. winget downloads the installer from Rick Meyers and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install e-Sword silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id RickMeyers.e-Sword --exact 14.01.0000 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall e-Sword via winget?⌄
Run: winget uninstall --id RickMeyers.e-Sword --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from e-Sword's Apps & Features entry.
Is e-Sword free?⌄
e-Sword is distributed under All rights reserved. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does e-Sword 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 e-Sword directly from the publisher.
How do I keep e-Sword up to date?⌄
Run winget upgrade --id RickMeyers.e-Sword --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of e-Sword from microsoft/winget-pkgs.