Skip to content

Releases: gokulappavu/WindowsTempCleaner

v1.0.0 - Initial Release of WindowsTempCleaner

20 Oct 14:12
Compare
Choose a tag to compare

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 files
    • C:\Windows\Prefetch: Files that help Windows launch applications faster
    • C:\Windows\History: Browsing history files
    • C:\Windows\Cookies: Internet cookies
    • C:\Windows\Recent: Recent file history
    • C:\Windows\Spool\Printers: Print jobs waiting to be processed

How to Use

  1. Download or Clone the Repository: You can obtain the script by either downloading it directly or cloning the repository to your local machine.
  2. 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.
  3. Navigate to the Script Directory: Use the cd command to change to the directory where the clean_temp.bat script is located.
  4. 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.