This repository contains scripts and configuration files designed for automating CCleaner deployment and system integration tasks.
These scripts facilitate streamlined installation, configuration, and maintenance routines for CCleaner, ensuring consistent operational environments.
| Component | Description |
|---|---|
env_setup.ps1 |
PowerShell script for environment pre-configuration. |
config.json |
JSON file for storing application settings. |
deploy.cmd |
Batch script for silent deployment procedures. |
Refer to individual script headers and configuration files for specific parameters and setup instructions. All steps are designed for local system execution.
{
"installation_path": "C:\\Program Files\\CCleaner",
"log_level": "INFO",
"auto_update": false
}