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