Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/clean-windows
- Owner: yanbrasiliano
- License: gpl-3.0
- Created: 2021-03-01T12:19:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T20:50:47.000Z (5 months ago)
- Last Synced: 2024-06-03T23:42:21.171Z (5 months ago)
- Topics: batch-script, cleaner, windows
- Language: Batchfile
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## DisclaimerThis 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.