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