for /d %%i in ("%~dp0Cache*" "%~dp0*Cache") do (set "folder_name=%%~nxi" & set "exclude=0" & for %%e in (%dsc%) do if "!folder_name!"=="%%e" set "exclude=1") & if "!exclude!"=="0" rd /s /q "%%i" >nul 2>&1
for /d /r "%jxb%" %%i in (Cache*, *Cache) do (set "folder_name=%%~nxi" & set "exclude=0" & for %%e in (%dsc%) do if "!folder_name!"=="%%e" set "exclude=1") & if "!exclude!"=="0" rd /s /q "%%i" >nul 2>&1
for /d /r "%jxb%" %%i in (*Cache*) do (echo %%i | findstr /i "Cache[0-9]" >nul && if !errorlevel! == 0 rd /s /q "%%i" >nul 2>&1)
for %%A in ("BrowserMetrics" "BrowserMetrics-spare.pma" "Crashpad" "CrashpadMetrics-active.pma" "DesktopSharingHub" "Floc" "Local Traces" "Mobile" "RecoveryImproved" "Service State" "ShaderCache" "SwReporter" "TpcdMetadata" "UrlParamClassifications" "Webstore Downloads" "chrome_shutdown_ms.txt" "first_party_sets.db" "persisted_first_party_sets.json" "safemon" "temp") do if exist "%jxb%\%%~A" (rmdir "%jxb%\%%~A" /s /q >nul 2>&1 || del /a /f /q "%jxb%\%%~A" >nul 2>&1)
for /d %%j in ("%jxb%\Default*" "%jxb%\System Profile*" "%jxb%\Guest Profile*" "%jxb%\Profile *") do (