Disable CCleaner data collection
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: HighSystem Functionality Loss Risk: High
This action improves privacy with high impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
Missing Good Quality Documentation
This page does not yet meet PrivacyLearn's documentation standards. However, the script/action is stable and verified by community. Here are some options for you to understand its functionality:Computer-generated docs (PREVIEW)
This documentation may be low quality but still useful.Read computer-generated explanation
This documentation is automatically extracted from the code implementation.
This setting adjustment: disable CCleaner data collection — delivers a structured approach to how to boost secure data privacy enforcement on Windows. Moving forward, steps to cancel changes and restore are included in this option.
Freedom to voice opinions without fear is ensured by protecting secure data privacy protection. Want to improve online data privacy assurance preferences? Just, take the necessary steps to complete. Follow the guide exactly as written for the best results. Don't try to skip or guess the next step.
References
- Update Software
- Are Automatic Updates a Good Thing?
- The Pros and Cons of Automatic Software Updates
- The Flaws Around Automatic Application Updates
- Understanding Patches and Software Updates
Technical Details
This action modifies registry configurations to maintain stricter system data handling as a means of deep privacy configurations. To gain streamlined registry access, this helps streamline system processes. To maintain important data privacy safeguard, this playbook configures update management features to reach increased change control. In relation to improve multitasking, it can also help to achieve optimized update scheduling.
Explore similar guides
Gives more context about the goal of the changesReview code
Requires technical knowledge about Batch (batchfile)Edit this page to improve
Requires technical knowledge about YAML and GitThis script should only be used by advanced users.
This script is not recommended for daily use as it breaks important functionality.
Consider creating a system restore point before doing any changes.
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable CCleaner data collection" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable CCleaner data collection" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable CCleaner data collection
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!Monitoring"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'Monitoring' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!HelpImproveCCleaner"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'HelpImproveCCleaner' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!SystemMonitoring"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'SystemMonitoring' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!UpdateAuto"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'UpdateAuto' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!UpdateCheck"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'UpdateCheck' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!UpdateBackground"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'UpdateBackground' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!CheckTrialOffer"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v 'CheckTrialOffer' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)HealthCheck"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)HealthCheck' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)QuickClean"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)QuickClean' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)QuickCleanIpm"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)QuickCleanIpm' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)GetIpmForTrial"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)GetIpmForTrial' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)SoftwareUpdater"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)SoftwareUpdater' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: Set the registry value: "HKCU\Software\Piriform\CCleaner!(Cfg)SoftwareUpdaterIpm"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Piriform\CCleaner'; $data = '0'; reg add 'HKCU\Software\Piriform\CCleaner' /v '(Cfg)SoftwareUpdaterIpm' /t 'REG_DWORD' /d "^""$data"^"" /f"
Ijo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIU1vbml0b3JpbmdcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICdNb25pdG9yaW5nJyAvZiAyPiRudWxsXCJcbjo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIUhlbHBJbXByb3ZlQ0NsZWFuZXJcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICdIZWxwSW1wcm92ZUNDbGVhbmVyJyAvZiAyPiRudWxsXCJcbjo6IFNldCB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIVN5c3RlbU1vbml0b3JpbmdcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcIiRyZXZlcnREYXRhID0gICcxJzsgcmVnIGFkZCAnSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lcicgL3YgJ1N5c3RlbU1vbml0b3JpbmcnIC90ICdSRUdfRFdPUkQnIC9kIFwiXlwiXCIkcmV2ZXJ0RGF0YVwiXlwiXCIgL2ZcIlxuOjogRGVsZXRlIHRoZSByZWdpc3RyeSB2YWx1ZSBcIkhLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXIhVXBkYXRlQXV0b1wiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lcicgL3YgJ1VwZGF0ZUF1dG8nIC9mIDI+JG51bGxcIlxuOjogRGVsZXRlIHRoZSByZWdpc3RyeSB2YWx1ZSBcIkhLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXIhVXBkYXRlQ2hlY2tcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICdVcGRhdGVDaGVjaycgL2YgMj4kbnVsbFwiXG46OiBTZXQgdGhlIHJlZ2lzdHJ5IHZhbHVlIFwiSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lciFVcGRhdGVCYWNrZ3JvdW5kXCJcblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCIkcmV2ZXJ0RGF0YSA9ICAnMSc7IHJlZyBhZGQgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICdVcGRhdGVCYWNrZ3JvdW5kJyAvdCAnUkVHX0RXT1JEJyAvZCBcIl5cIlwiJHJldmVydERhdGFcIl5cIlwiIC9mXCJcbjo6IFNldCB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIUNoZWNrVHJpYWxPZmZlclwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwiJHJldmVydERhdGEgPSAgJzAnOyByZWcgYWRkICdIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyJyAvdiAnQ2hlY2tUcmlhbE9mZmVyJyAvdCAnUkVHX0RXT1JEJyAvZCBcIl5cIlwiJHJldmVydERhdGFcIl5cIlwiIC9mXCJcbjo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIShDZmcpSGVhbHRoQ2hlY2tcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICcoQ2ZnKUhlYWx0aENoZWNrJyAvZiAyPiRudWxsXCJcbjo6IERlbGV0ZSB0aGUgcmVnaXN0cnkgdmFsdWUgXCJIS0NVXFxTb2Z0d2FyZVxcUGlyaWZvcm1cXENDbGVhbmVyIShDZmcpUXVpY2tDbGVhblwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lcicgL3YgJyhDZmcpUXVpY2tDbGVhbicgL2YgMj4kbnVsbFwiXG46OiBEZWxldGUgdGhlIHJlZ2lzdHJ5IHZhbHVlIFwiSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lciEoQ2ZnKVF1aWNrQ2xlYW5JcG1cIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICcoQ2ZnKVF1aWNrQ2xlYW5JcG0nIC9mIDI+JG51bGxcIlxuOjogRGVsZXRlIHRoZSByZWdpc3RyeSB2YWx1ZSBcIkhLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXIhKENmZylHZXRJcG1Gb3JUcmlhbFwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lcicgL3YgJyhDZmcpR2V0SXBtRm9yVHJpYWwnIC9mIDI+JG51bGxcIlxuOjogRGVsZXRlIHRoZSByZWdpc3RyeSB2YWx1ZSBcIkhLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXIhKENmZylTb2Z0d2FyZVVwZGF0ZXJcIlxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcInJlZyBkZWxldGUgJ0hLQ1VcXFNvZnR3YXJlXFxQaXJpZm9ybVxcQ0NsZWFuZXInIC92ICcoQ2ZnKVNvZnR3YXJlVXBkYXRlcicgL2YgMj4kbnVsbFwiXG46OiBEZWxldGUgdGhlIHJlZ2lzdHJ5IHZhbHVlIFwiSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lciEoQ2ZnKVNvZnR3YXJlVXBkYXRlcklwbVwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtDVVxcU29mdHdhcmVcXFBpcmlmb3JtXFxDQ2xlYW5lcicgL3YgJyhDZmcpU29mdHdhcmVVcGRhdGVySXBtJyAvZiAyPiRudWxsXCIi
Help
How to apply or restore "Disable CCleaner data collection" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
The guide below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
Same Goal
Other guides in Configure programs See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 14 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.