
2,086,895
Downloads
29,009
Downloads of v 5.46.6652
8/30/2018
Last update
The number-one tool for cleaning your Windows PC.
It protects your privacy online and makes your computer faster and more secure.
Notes
This package installs CCleaner without additional adware.
To install CCleaner, run the following command from the command line or from PowerShell:
C:\> choco install ccleaner
--version 5.46.6652
To upgrade CCleaner, run the following command from the command line or from PowerShell:
C:\> choco upgrade ccleaner
--version 5.46.6652
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageName = 'ccleaner' $url32 = 'https://download.ccleaner.com/ccsetup546.exe' $url64 = $url32 $checksum32 = '6588472b3db3e25bba7fb0077d9a6f7dc38337034ebcdf33599f22071da70e79' $checksum64 = $checksum32 if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') { Write-Host "Using system locale" $locale = "/L=" + (Get-Culture).LCID } $packageArgs = @{ packageName = $packageName fileType = 'EXE' url = $url32 url64bit = $url64 checksum = $checksum32 checksum64 = $checksum64 checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/S $locale" validExitCodes = @(0) } Install-ChocolateyPackage @packageArgs # This adds a registry keys which prevent Google Chrome from getting installed together with Piriform software products. $regDirChrome = 'HKLM:\SOFTWARE\Google\No Chrome Offer Until' $regDirToolbar = 'HKLM:\SOFTWARE\Google\No Toolbar Offer Until' if (Get-OSArchitectureWidth 64) { $regDirChrome = $regDirChrome -replace 'SOFTWARE', 'SOFTWARE\Wow6432Node' $regDirToolbar = $regDirChrome -replace 'SOFTWARE', 'SOFTWARE\Wow6432Node' } & { New-Item $regDirChrome -ItemType directory -Force New-ItemProperty -Name "Piriform Ltd" -Path $regDirChrome -PropertyType DWORD -Value 20991231 -Force New-Item $regDirToolbar -ItemType directory -Force New-ItemProperty -Name "Piriform Ltd" -Path $regDirToolbar -PropertyType DWORD -Value 20991231 -Force } | Out-Null
Virus Scan Results
- ccleaner.5.46.6652.nupkg (6997a7e609cb) - ## / 60 - Log in or click on link to see number of positives
- ccsetup546.exe (6588472b3db3) - ## / 62 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://www.piriform.com/ccleaner/version-history
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
CCleaner 5.52.6967 | 36565 | Thursday, January 17, 2019 | approved |
CCleaner 5.51.6939 | 33119 | Thursday, December 13, 2018 | approved |
CCleaner 5.50.6911 | 21508 | Thursday, November 29, 2018 | approved |
CCleaner 5.49.6856 | 31907 | Monday, November 12, 2018 | approved |
CCleaner 5.48.6834 | 26472 | Thursday, October 25, 2018 | approved |
CCleaner 5.47.6716.20181017 | 17685 | Wednesday, October 17, 2018 | approved |
CCleaner 5.47.6716 | 36152 | Thursday, September 20, 2018 | approved |
CCleaner 5.46.6652 | 29009 | Thursday, August 30, 2018 | approved |
Discussion for the CCleaner Package
Ground rules:
- This discussion is only about CCleaner and the CCleaner package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or CCleaner, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.