A lightweight Windows batch tool that cleans temporary files and the recycle bin – right from an interactive console menu.
- 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
- Download
Byte Cleaner.bat - Run as Administrator (recommended)
- Select an option by typing
1,2,3, or4 - Confirm destructive actions when prompted
___ __ ____ __
/ _ )__ __/ /____ / ___/ /__ ___ ____ ___ ____
/ _ / // / __/ -_) / /__/ / -_) _ `/ _ \/ -_) __/
/____/\_, /\__/\__/ \___/_/\__/\_,_/_//_/\__/_/
/___/
(1) Clean Temp
(2) Clean Recycle Bin
(3) View Temp Size
(4) View Recycle Bin Size [can take a while]
>
- 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
Option 4 (Recycle Bin size) now scans all available drives dynamically and may take a few seconds to complete.
GNU General Public License v3.0