@ECHO OFF Color 0A cmd.exe /c start cmd.exe /k del /s /f /q %userprofile%\Recent\*.* del /s /f /q %windir%\Prefetch\*.* del /s /f /q %temp%\*.* ::del /s /f /q %userprofile%\AppData\Local\Temp\*.* del /s /f /q %systemdrive%\Windows\Temp\*.* ::del /s /f /q C:\Windows\Temp\*.* del /f /s /q %TEMP%\*.* ::del /f /q C:\Users\%username%\AppData\Local\temp\*.* ::del /s /f /q %USERPROFILE%\appdata\local\temp\*.* del /s /f /q %windir%\SoftwareDistribution\Download\*.* del /s /f /q %systemdrive%\$Recycle.Bin\*.* ::del /s /f /q %windir%\system32\dllcache\*.* Echo Press the Space bar to close this window. pause NULL @echo off