The PurgeMaster Cleanup Wizard is a command-line utility designed to streamline and automate system cleanup tasks on Windows operating systems. It provides a user-friendly interface to perform various cleanup operations efficiently.
- Automatic Cleanup: Perform cleanup operations with minimal user interaction.
- Selective Cleanup: Choose specific categories like temporary files, prefetch files, recycle bin, etc., for cleanup.
- Detailed Logging: Logs cleanup activities to
logs.jsonfor tracking space cleared and timestamp. - Customization: Modify the script to add or remove cleanup options as needed.
-
Run the Program:
- Important: Run PurgeMaster.bat as an administrator. Right-click on PurgeMaster.bat and select "Run as administrator" from the context menu.
-
Select Options:
- Choose an option from the menu (1-10).
- For
Clean All(Option 10), it will executeAutocleaner.batlocated in theaddonsfolder.
-
Confirmation:
- For individual options, confirm by typing
YorN. - For
Clean All, it automatically confirms withY.
- For individual options, confirm by typing
-
View Logs:
- After each cleanup, view the detailed logs in
logs.jsonto see space cleared and timestamps.
- After each cleanup, view the detailed logs in
-
Exit:
- Choose Option 11 to exit the program.
- Customization: You can customize the script by editing
PurgeMaster.batto add more cleanup options or modify existing ones. - Error Handling: If any errors occur during cleanup, they will be logged in
crashlog.txtfor troubleshooting.
For any issues or suggestions, please contact:
FIXES:
-
Empty Recycle Bin not working
-
Fixed some bugs in the auto clean option
CHANGES:
- The program now uses Powerschell by default instead of CMD this is done to fix some restrictions with CDM
ADDED:
-
Delete System Error Memory Dump Files
-
Delete Temporary Installation Files
-
Clean Temporary Internet Files
(THESE OPTIONS ARE NOT ADDED TO THE AUTO CLEAN OPTION THIS WILL BE ADDED AFTER ITS FULLY TESTED)
CHANGES:
- Changed the way log reports are done
- Did some more chasnges to the crash reports
- Changed the terminal color