diff --git a/windows/clean.bat b/windows/clean.bat index dfea810..e9e20ce 100644 --- a/windows/clean.bat +++ b/windows/clean.bat @@ -49,6 +49,10 @@ RMDIR /S /Q "C:\PerfLogs" 2>NUL ECHO Delete stack files in C:\DumpStack.log... DEL /Q "C:\DumpStack.log" 2>NUL +:: Delete .cache +ECHO Delete files in C:\.cache... +RMDIR /S /Q "C:\.cache" 2>NUL + :: Empty NVidia shader caches ECHO Delete NVidia cache... DEL /S /F /Q %LOCALAPPDATA%Low\NVIDIA\PerDriverVersion\DXCache\* 2>NUL