Skip to content

Commit 6ee6092

Browse files
committed
Update
1 parent 4d58325 commit 6ee6092

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cleanup.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ reg delete "HKCU\Software\WinRAR\ArcHistory" /f
1212
:: CMake
1313
reg delete "HKCU\Software\Kitware" /f
1414

15-
:: NVIDIA
16-
::rmdir /s /q "%APPDATA%\NVIDIA\ComputeCache"
17-
::rmdir /s /q "%APPDATA%\NVIDIA\GLCache"
18-
1915
:: Other
2016
rmdir /s /q "%LOCALAPPDATA%\fontconfig"
21-
del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"
2217
rmdir /s /q "%USERPROFILE%\.thumbnails"
2318
del /q /f "%USERPROFILE%\.recently-used.xbel"
2419
del /q /f "%USERPROFILE%\.bash_history"
2520
del /q /f "%USERPROFILE%\.lesshst"
2621
del /q /f "%USERPROFILE%\.mupdf.history"
2722
del /q /f "%USERPROFILE%\.node_repl_history"
23+
del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"

0 commit comments

Comments
 (0)