Skip to content

R1-c0/Byte-Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧹 Byte Cleaner

A lightweight Windows batch tool that cleans temporary files and the recycle bin – right from an interactive console menu.

Features

  • Clean Temp folder (%temp%) with confirmation prompt
  • Empty Recycle Bin (via PowerShell) with confirmation prompt
  • View Temp folder size and file count
  • View Recycle Bin size and file count (scans all available drives)
  • Automatic logging of all actions to timestamped files in logs/ folder

Usage

  1. Download Byte Cleaner.bat
  2. Run as Administrator (recommended)
  3. Select an option by typing 1, 2, 3, or 4
  4. Confirm destructive actions when prompted

Menu Preview

                                     ___       __        ____ __
                                    / _ )__ __/ /____   / ___/ /__ ___ ____  ___ ____
                                   / _  / // / __/ -_) / /__/ / -_) _ `/ _ \/ -_) __/
                                  /____/\_, /\__/\__/  \___/_/\__/\_,_/_//_/\__/_/
                                       /___/
                                           (1) Clean Temp
                                           (2) Clean Recycle Bin
                                           (3) View Temp Size
                                           (4) View Recycle Bin Size [can take a while]
>

Logging

  • Logs are saved in a logs/ folder (created automatically)
  • Each script run creates a new log file named with date and time (e.g., 2026-05-10_14-30-00.log)
  • Logs include: script start, actions performed, and any errors/warnings

Note

Option 4 (Recycle Bin size) now scans all available drives dynamically and may take a few seconds to complete.

📄 License

GNU General Public License v3.0

About

Byte Cleaner is a lightweight Windows batch tool that cleans temporary files and the recycle bin, displays their sizes, and features an interactive console menu.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors