.cache
This commit is contained in:
parent
5ab0849c2f
commit
93314a3cc5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue