Delete temp cache files in Windows

  • 4 years ago
Del /S /F /Q %temp% - This clears the Userprofile Temp folder.
Del /S /F /Q %Windir%\Temp - This clears the Windows temp folder.