Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ubihazard committed Sep 30, 2022
1 parent 4d58325 commit 6ee6092
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cleanup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ reg delete "HKCU\Software\WinRAR\ArcHistory" /f
:: CMake
reg delete "HKCU\Software\Kitware" /f

:: NVIDIA
::rmdir /s /q "%APPDATA%\NVIDIA\ComputeCache"
::rmdir /s /q "%APPDATA%\NVIDIA\GLCache"

:: Other
rmdir /s /q "%LOCALAPPDATA%\fontconfig"
del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"
rmdir /s /q "%USERPROFILE%\.thumbnails"
del /q /f "%USERPROFILE%\.recently-used.xbel"
del /q /f "%USERPROFILE%\.bash_history"
del /q /f "%USERPROFILE%\.lesshst"
del /q /f "%USERPROFILE%\.mupdf.history"
del /q /f "%USERPROFILE%\.node_repl_history"
del /q /f "%LOCALAPPDATA%\lxss\home\%USERNAME%\.bash_history"

0 comments on commit 6ee6092

Please sign in to comment.