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