Downloads:
24,753
Downloads of v 2.5.1.60:
461
Last Update:
17 Jul 2015
Package Maintainer(s):
Software Author(s):
- KC Softwares
Tags:
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
KCleaner
This is not the latest version of KCleaner available.
- 1
- 2
- 3
2.5.1.60 | Updated: 17 Jul 2015
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
24,753
Downloads of v 2.5.1.60:
461
Maintainer(s):
Software Author(s):
- KC Softwares
KCleaner 2.5.1.60
This is not the latest version of KCleaner available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by KC Softwares. The inclusion of KC Softwares trademark(s), if any, upon this webpage is solely to identify KC Softwares goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was approved by moderator chocolatey-ops on 25 Dec 2015.
This package is unlisted and hidden from package listings.
KCleaner is designed to be the most efficient Hard Disk cleaner, tracking every useless byte in order to give you all the resources you may need for your documents, music, pictures, movies,...
It is the first product of this kind featuring a full automatic mode, which works in background so that you don't have to care about when to launch it.
As a proof of its efficiency, it often finds up to many Gb not even seen by its competitors so... give KCleaner a try! And if data security is something you are interested in, you'll love the secured file deletion methods proposed by KCleaner, making deleted files unrecoverable by any known mean.
$packageName = 'kcleaner'
$packageSearch = 'KC Softwares KCleaner'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
try {
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString)" `
-ValidExitCodes $validExitCodes }
} catch {
throw $_.Exception
}
Log in or click on link to see number of positives.
- kcleaner_lite.exe (b82083853c5d) - ## / 57
- kcleaner.2.5.1.60.nupkg (1b3b8e2d09e6) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
[RETIRED] KCleaner 3.6.3.20240615 | 128 | Saturday, June 15, 2024 | Approved |
© KC Softwares
This package has no dependencies.
Ground Rules:
- This discussion is only about KCleaner and the KCleaner 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 KCleaner, 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.