Skip to content

Instantly share code, notes, and snippets.

View Github45612837's full-sized avatar

Github45612837 Github45612837

View GitHub Profile
@ECHO OFF
ECHO Deleting User temp files
DEL /S /Q /F "%TEMP%\*.*"
DEL /S /Q /F "%TMP%\*.*"
ECHO Deleting Local temp files
DEL /S /Q /F "%USERPROFILE%\Local Settings\Temp\*.*"
DEL /S /Q /F "%LOCALAPPDATA%\Temp\*.*"
ECHO Deleting Windows temp files