From 93314a3cc557bb61f62e222b68bfd4d9a58c6ebd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 25 Nov 2024 01:26:16 +0100 Subject: [PATCH] .cache --- windows/clean.bat | 4 ++++ 1 file changed, 4 insertions(+) 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