Tuneup.bat May 2026

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)."

:: Chrome if exist "%localappdata%\Google\Chrome\User Data" ( call :log "[5/12] Clearing Chrome cache..." del /f /s /q "%localappdata%\Google\Chrome\User Data\Default\Cache\*" >nul 2>&1 del /f /s /q "%localappdata%\Google\Chrome\User Data\Default\Code Cache\*" >nul 2>&1 call :log " Chrome cache cleaned." ) tuneup.bat

call :log "[3/12] Emptying Recycle Bin..." rd /s /q %systemdrive%\$Recycle.bin >nul 2>&1 call :log " Recycle Bin emptied." call :log "[10/12] Checking and fixing disk errors

call :log "[8/12] Running DISM health restore..." DISM /online /cleanup-image /restorehealth >nul 2>&1 call :log " DISM completed." &1 call :log " DISM completed."

Comments

  1. cURL error 35: SSL connect error
    when I add license key the error is coming (cURL error 35: SSL connect error). please help me

Leave a Comment