I have managed to delete the setting in the registry to turn off, Active Monitoring, but the current version that was just released, does not disable active monitoring by unchecking the box in the Options/Monitoring TAB. Don't ever force these options on the users. They will not like it. Cheers!
Ok, so I deleted the registry key for the monitoring. Yet, CCleaner is in my tray again. Guess I'll write an application to kill the CCleaner64.exe process after rebooting.
I just noticed this behavior after upgrading CCleaner as well - and I agree that this is the kind of thing that will annoy the kinds of users that are like to use tools such as CCleaner (honestly I feel a bit wierd about a crap cleaner having "active monitoring" tools, just the kind of crap I use to deactivate with said tool).
Would very much like a quick fix for this - really don't appreciate unwanted background services running on my machine.
I can't disable "Active Monitoring". Please make it an option in the next update of CCleaner Professional. I dislike this kind of "help" that consumes CPU-power and does not give me any benefits.
If you do not follow my proposal (next version), I will stop using Professional and go back to the free version.
Ok, so I think I got it worked out. So far, it has not auto-started. Open CCleaner, go to Tools, then Startup. "Delete" CCleaner entries from "Windows" Tab and from the "Scheduled Tasks" Tab. Disabling them did not work. But it looks like after deleting them, they did not come back.
Ok, so I just wrote a batch file to kill the process. Here are the steps.
create a batch file .. whatever.bat
add the following:
@echo off
taskkill /im ccleaner64.exe
The taskkill function requires admin, so, just create a shortcut to your batch file. Then on the shortcut, go into advanced settings and check the box, Run as Administrator. (see image)
If you are running the 32 bit version, I think its all the same, except remove the "64" inside the batch file.
Restart pc, after restart you may enable checkbox "ccleaner in the windows notification area" to see ccleaner app in notification area when is minimized.
wait, if you disable "show ccleaner in the system tray", that generates another problem: when you minimize CC, it just disappears, no taskbar, no system tray. The process keeps running as a phantom process, though.
Done all of that. It still comes back after you run CCleaner once or twice. Anyhow, my batch file is still working perfectly. I never need to minimize or have running in background. I use the app, I close down the app. No worries. They will fix their side of things. The owners have already posted that, in case you missed it.
I'm attaching two files, as well as the associated script/code that will kill the process without having to open Task Manger all the time. One is a batch file to manually run after you've used CCleaner and the other is a Task that will kill the process 30 seconds after any user logs on (this ensures it has had time to load, first, before attempting to kill it). I'm not a coder, and I don't write stuff like this (much) so these are rudimentary but they work. I don't see a way to auto-kill the task after closing the CCleaner window as the monitor uses the same process that runs the entire program, but someone may be able to improve upon this.
The following script and code can be copied and pasted into Notepad and then saved as their respective file types. The batch file should be manually run after using CCleaner and the XML file can be imported into Task Scheduler.
- Open CCleaner and uncheck "Enable Active Monitoring" under Options > Monitoring.
- Close CCleaner.
- Run the following batch file as administrator. First copy and paste into Notepad and save as e.g. "cc.bat":
That doesn't work. Still comes back after a double reboot. Mine works though, as its only job is to kill the exe, as the APP, has it built in, to put those items back that you think you turned off and or deleted.
Some day, when they fix the issue, I can stop using my oneliner batch file.
<div class="ipsQuote_contents">
<p>
That doesn't work. Still comes back after a double reboot...
</p>
</div>
Sorry, but it works! Why should I confirm/post a workaround that doesn't work?! I used the workaround on 3 different systems and on all 3 systems the "Active Monitoring" still stays off (for 7 days now, no matter how often I reboot).
If you read the many other posts, you will see that the "CCUpdate.exe" is the culprit. But if you have disabled the scheduled task, the "Active Monitoring" isn't able to reenable itself. The scheduled task gets created while installation only. Therefore, if you disable it, it stays disabled.
<div class="ipsQuote_contents">
<p>
Sorry, but it works! Why should I confirm/post a workaround that doesn't work?! I used the workaround on 3 different systems and on all 3 systems the "Active Monitoring" still stays off (for 7 days now, no matter how often I reboot).
</p>
<p>
If you read the many other posts, you will see that the "CCUpdate.exe" is the culprit. But if you have disabled the scheduled task, the "Active Monitoring" isn't able to reenable itself. The scheduled task gets created while installation only. Therefore, if you disable it, it stays disabled.
</p>
</div>
It definitely doesn't work for me. I've deleted the task, registry entries, everything, and the option for active monitoring still reactivates, reinstalls the task, and so forth.