How to reset CCleaner fresh

Get help for CCleaner LabTech plugin
Post Reply
User avatar
Cubert
Posts: 2430
Joined: Tue Dec 29, 2015 7:57 pm
8
Contact:

How to reset CCleaner fresh

Post by Cubert »

How to clear out CCleaner data from Automate and start fresh.

The following SQL query will drop all the plugin tables for CCleaner, restarting the DBagent on the Automate Host will cause them to be recreated clean.

Code: Select all

DROP TABLE `labtech`.`plugin_sw_ccleaner_analyze`; DROP TABLE `labtech`.`plugin_sw_ccleaner_analyze_detail`;
 DROP TABLE `labtech`.`plugin_sw_ccleaner_clean`; DROP TABLE `labtech`.`plugin_sw_ccleaner_clean_detail`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_config`; DROP TABLE `labtech`.`plugin_sw_ccleaner_configs`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_enable`; DROP TABLE `labtech`.`plugin_sw_ccleaner_exclude`; 
 DROP TABLE `labtech`.`plugin_sw_ccleaner_group_config`; DROP TABLE `labtech`.`plugin_sw_ccleaner_registry`;

Post Reply

Return to “Cleaner For LabTech”