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