Update README.md
This commit is contained in:
parent
73d04f2ec8
commit
2f55e55324
52
README.md
52
README.md
|
@ -1 +1,51 @@
|
|||
# CLEANER-AND-OPTIMIZER
|
||||
# Junk and Temp Files Cleaner and Optimizer
|
||||
|
||||
## Overview
|
||||
Junk and Temp Files Cleaner and Optimizer is a powerful and lightweight batch script designed to clean up temporary files, optimize system performance, and enhance the speed of your Windows PC. Developed by [asadqi.com](https://asadqi.com), this tool provides an easy-to-use menu for performing various maintenance tasks with a single click.
|
||||
|
||||
## Features
|
||||
- 🗑️ **Clear Temporary Files** – Removes user-specific temporary files.
|
||||
- 🏠 **Clear Windows Temp** – Deletes system temporary files to free up space.
|
||||
- ⚡ **Clear Prefetch Files** – Improves system startup performance.
|
||||
- 🗑️ **Empty Recycle Bin** – Permanently removes deleted files.
|
||||
- 🚀 **Disable Unnecessary Startup Apps** – Speeds up boot time by disabling unwanted startup programs.
|
||||
- 💽 **Defragment Hard Drive** – Optimizes HDD performance (not needed for SSDs).
|
||||
- 🌍 **Flush DNS Cache** – Fixes network and browsing issues.
|
||||
- 🛠 **Full Cleanup and Optimization** – Runs all optimization tasks in one go.
|
||||
|
||||
## Installation
|
||||
1. Download or clone this repository:
|
||||
```sh
|
||||
git clone https://github.com/yourusername/junk-cleaner.git
|
||||
```
|
||||
2. Navigate to the directory:
|
||||
```sh
|
||||
cd junk-cleaner
|
||||
```
|
||||
3. Run the script by double-clicking `cleaner.bat`, or execute it from the command prompt:
|
||||
```sh
|
||||
cleaner.bat
|
||||
```
|
||||
|
||||
## Requirements
|
||||
- Windows 7, 8, 10, or 11
|
||||
- Administrator privileges are required for some features (the script will request them automatically).
|
||||
|
||||
## Usage
|
||||
1. Run the script as Administrator.
|
||||
2. Select the desired action from the menu.
|
||||
3. Follow the on-screen instructions.
|
||||
4. Press any key to return to the main menu after each operation.
|
||||
|
||||
## License
|
||||
This project is open-source and available under the MIT License.
|
||||
|
||||
## Author
|
||||
Created by **asadqi.com** – Visit [asadqi.com](https://asadqi.com) for more tools and resources.
|
||||
|
||||
## Contributing
|
||||
Feel free to fork this project, submit pull requests, or suggest improvements via issues on GitHub.
|
||||
|
||||
---
|
||||
🚀 Keep your PC clean and optimized with this simple but effective tool!
|
||||
|
||||
|
|
Loading…
Reference in New Issue