Skip to content

Instantly share code, notes, and snippets.

@SrslySims
Last active January 2, 2024 01:37
Show Gist options
  • Save SrslySims/c1e7015190685fb26988d5f4f6fa64fc to your computer and use it in GitHub Desktop.
Save SrslySims/c1e7015190685fb26988d5f4f6fa64fc to your computer and use it in GitHub Desktop.
echo Batch to delete file
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cache" /s /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\cachestr" /s /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\onlinethumbnailcache" /s /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\localthumbcache.package" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\avatarcache.package" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\houseDescription-client.package" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\lastException*.txt" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\lastUIException*.txt" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\mc_lastexception*.html" /f /q
del "%USERPROFILE%\Documents\Electronic Arts\The Sims 4\BE-ExceptionReport*.html" /f /q
echo Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment