Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanbrasiliano/clean-windows

This script is designed to clear temporary files, logs, and browser files on a Windows system. It helps maintain optimal system performance by regularly deleting unnecessary data, freeing up disk space, and ensuring privacy.
https://github.com/yanbrasiliano/clean-windows

batch-script cleaner windows

Last synced: about 4 hours ago
JSON representation

This script is designed to clear temporary files, logs, and browser files on a Windows system. It helps maintain optimal system performance by regularly deleting unnecessary data, freeing up disk space, and ensuring privacy.

Awesome Lists containing this project

README

        

# Clean Windows - A Script to Replace Cleaning Software ๐Ÿงน

This script provides basic functionalities to clean up Windows without the need for third-party cleaning software, contributing to user privacy and data protection.

**Note:** If you have CCleaner or any other cleaning software installed, it's recommended to uninstall it to ensure the script runs correctly.

## How to Use

1. **Clone the Repository:**

```bash
git clone https://github.com/yanbrasiliano/clean-windows.git
```

2. **Run the Script as Administrator:**

```bash
.\clean.bat
```

3. **Follow the Instructions:**

- The script will ask for confirmation before performing each action.
- It's recommended to read the script before running it to understand what it does.

## Features

- **Privacy:** Removes telemetry, data collection, and tracking.
- **Performance:** Cleans up temporary files and system caches.
- **Security:** Disables unnecessary services and scheduled tasks.
- **Customization:** Allows you to choose which actions to perform.
- **Safety:** Creates a system restore point before making any changes.
- **Transparency:** The script is open-source and can be reviewed by anyone.

## Disclaimer

This script is provided as-is, without any warranty or guarantee. The author is not responsible for any damage caused by the script. It's recommended to review the script before running it to understand what it does.

## License

This project is licensed under the GNU License - see the [LICENSE](LICENSE) file for details.