Loading repository data…
Loading repository data…
DevBubba / repository
A lightweight yet powerful batch script that automates temp file cleanup, disk maintenance, and system optimization. Features an interactive menu, admin privilege handling, and fast execution. Portable & efficient!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Uses Built In Windows Functions🟢
Functional Temp Cleaner With Chrome Support🟢
Admin Privilege Handling🟢
User Interface (Menu-Based System)🟢
Auto Update (Version Control)🟢
Fast Execution🟢
Portable🟢
Executable Version (.exe)🟡
More Options🟡
Clear All Browser Cache🟡
Works On Other Devices Other Than Windows🔴
git clone https://github.com/devbubba/Rocket-Cleaner.git
RocketCleaner.bat in the project folder.You can remove the extra repository files if you wish to run Rocket Cleaner from a preferred directory. Simply follow these steps:
Remove Unnecessary Files:
RocketCleaner.bat (and any other necessary configuration files, if applicable in the future) to your preferred directory.Create a Desktop Shortcut:
Manual Shortcut:
RocketCleaner.bat file and select Create Shortcut.Automated Shortcut (Optional Script):
You can also create a simple batch script to automatically create a desktop shortcut. Save the following as create_shortcut.bat or any other applicable name in the same folder as Rocket Cleaner.bat and run it:
@echo off
set "TARGET=%~dp0RocketCleaner.bat"
set "SHORTCUT=%userprofile%\Desktop\Rocket Cleaner.lnk"
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.WorkingDirectory='%~dp0';$s.Save()"
echo Shortcut created on Desktop. Right-click the shortcut, go to Properties, and set 'Run as administrator' if needed.
pause
Q: How often should I run Rocket Cleaner?
A: It's recommended to run Rocket Cleaner periodically, depending on your usage. If you're using many applications or browsing the web frequently, you may want to run it weekly to keep your system optimized.
Q: Does Rocket Cleaner delete my personal files?
A: No, Rocket Cleaner only removes temporary system files, browser cache, and other files that can safely be deleted. It does not delete any personal files, documents, or photos.
Q: I ran Rocket Cleaner without admin rights, and some features didn't work. What should I do?
A: Certain features require admin privileges (e.g., disk cleanup and defragmentation). Make sure to right-click and select "Run as administrator" when launching Rocket Cleaner to ensure full functionality.
Q: How do I disable the auto-update feature?
A: Currently, the auto-update feature is built-in. If you wish to disable it, you can modify the script, but it's recommended to keep it enabled to ensure you're always using the latest version with improvements and fixes.
Q: Can I use Rocket Cleaner on my Mac or Linux system?
A: Rocket Cleaner is designed exclusively for Windows. Future versions may support other operating systems, but for now, it is Windows-only.
Fork the Repository
Clone Your Fork
git clone https://github.com/DevBubba/Rocket-Cleaner.git
Create a Branch
git checkout -b feature-name
Make Your Changes
Test Thoroughly
Commit & Push
git commit -m "Description of changes"
git push origin feature-name
Submit a Pull Request