AcadIMAT

Tuneup.bat ❲Fast | REPORT❳

call :log "[10/12] Checking and fixing disk errors..." chkdsk %systemdrive% /f /r /x >nul 2>&1 call :log " Chkdsk scheduled (will run on next reboot)."

:: Recent documents del /f /s /q "%appdata%\Microsoft\Windows\Recent\*" >nul 2>&1 tuneup.bat

:: ============================================ :: tuneup.bat - Advanced System Maintenance Script :: Author: System Utility :: Version: 3.2 :: Purpose: Clean, optimize, and repair Windows systems :: ============================================ call :log "[10/12] Checking and fixing disk errors