We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d58325 commit 6ee6092Copy full SHA for 6ee6092
cleanup.bat
@@ -12,16 +12,12 @@ reg delete "HKCU\Software\WinRAR\ArcHistory" /f
12
:: CMake
13
reg delete "HKCU\Software\Kitware" /f
14
15
-:: NVIDIA
16
-::rmdir /s /q "%APPDATA%\NVIDIA\ComputeCache"
17
-::rmdir /s /q "%APPDATA%\NVIDIA\GLCache"
18
-
19
:: Other
20
rmdir /s /q "%LOCALAPPDATA%\fontconfig"
21
-del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"
22
rmdir /s /q "%USERPROFILE%\.thumbnails"
23
del /q /f "%USERPROFILE%\.recently-used.xbel"
24
del /q /f "%USERPROFILE%\.bash_history"
25
del /q /f "%USERPROFILE%\.lesshst"
26
del /q /f "%USERPROFILE%\.mupdf.history"
27
del /q /f "%USERPROFILE%\.node_repl_history"
+del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"
0 commit comments