Releases: gokulappavu/WindowsTempCleaner
Releases · gokulappavu/WindowsTempCleaner
v1.0.0 - Initial Release of WindowsTempCleaner
Overview
The WindowsTempCleaner is a batch script designed to automate the cleanup of temporary files and folders in Windows operating systems. By removing unnecessary files, this tool helps optimize system performance and reclaim disk space, ensuring smoother operation and improved efficiency.
Features
- Comprehensive Cleanup: Effectively deletes temporary files from various critical directories, including:
C:\Windows\Temp
: System temporary files%temp%
: User-specific temporary filesC:\Windows\Prefetch
: Files that help Windows launch applications fasterC:\Windows\History
: Browsing history filesC:\Windows\Cookies
: Internet cookiesC:\Windows\Recent
: Recent file historyC:\Windows\Spool\Printers
: Print jobs waiting to be processed
How to Use
- Download or Clone the Repository: You can obtain the script by either downloading it directly or cloning the repository to your local machine.
- Open Command Prompt as Administrator: Right-click on the Command Prompt icon and select “Run as Administrator” to ensure you have the necessary permissions to delete system files.
- Navigate to the Script Directory: Use the
cd
command to change to the directory where theclean_temp.bat
script is located. - Execute the Script: Type
clean_temp.bat
and press Enter to run the cleanup process.
Important Notes
- Permanent Deletion: This script will permanently delete files from the specified directories. Please ensure that you understand its function and back up any important data before executing the script.
- System Impact: Running this script may temporarily slow down your system as it processes the deletions. It is recommended to run it during off-peak hours.
License
This project is licensed under the MIT License, allowing for personal and commercial use, modification, and distribution. Please refer to the LICENSE file for more details.