Wingetlywingetly
← All apps

CCEnhancer

by SingularLabsv4.5.7

Last updated

CCEnhancer is a small tool which adds support for over 1,000 new programs into the popular program CCleaner. The tool uses the winapp2.ini system built into CCleaner to easily add new rules and definitions for programs.

Install with winget

$ winget install --id SingularLabs.CCEnhancer --exact --version 4.5.7

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for CCEnhancer

CCEnhancer uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for CCEnhancer

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v4.5.7

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for CCEnhancer.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • FishstrapFishstrap
    Fishstrap.Fishstrapv3.1.2

    Fishstrap is a Bloxstrap fork aiming to enhance some of the features.

  • Bloxstrappizzaboxer
    pizzaboxer.Bloxstrapv2.11.4

    An open-source, feature-packed alternative bootstrapper for Roblox.

  • r2modmanebkr
    ebkr.r2modmanv3.2.19

    A simple and easy to use mod manager for several games using Thunderstore.

  • FTB Electron AppFeed The Beast
    FTB.Appv1.27.3

    Official launcher for FTB Minecraft modpacks; also supports Curseforge

  • GDLauncherGorillaDevs
    GorillaDevs.GDLauncherv1.1.30

    GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience

  • Special KThe Special K Group
    SpecialK.SpecialKv26.8.12

    The Swiss Army Knife of PC Gaming

More from SingularLabs or browse ccleaner, mod, winapp2.

Frequently asked questions

How do I install CCEnhancer on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SingularLabs.CCEnhancer --exact --version 4.5.7. winget downloads the installer from SingularLabs and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install CCEnhancer silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id SingularLabs.CCEnhancer --exact 4.5.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for CCEnhancer?
CCEnhancer uses EXE (Inno Setup). Run the downloaded installer with: installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall CCEnhancer via winget?
Run: winget uninstall --id SingularLabs.CCEnhancer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from CCEnhancer's Apps & Features entry.
Is CCEnhancer free?
CCEnhancer is distributed under Freeware. Refer to the publisher (https://singularlabs.com/software/ccenhancer/) for the full license terms - Wingetly itself does not charge for installation.
Does CCEnhancer 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 CCEnhancer directly from the publisher.
How do I keep CCEnhancer up to date?
Run winget upgrade --id SingularLabs.CCEnhancer --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of CCEnhancer from microsoft/winget-pkgs.