Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created January 26, 2022 19:33
Show Gist options
  • Select an option

  • Save suuhm/ff2d881e54978b304266dde8e3035866 to your computer and use it in GitHub Desktop.

Select an option

Save suuhm/ff2d881e54978b304266dde8e3035866 to your computer and use it in GitHub Desktop.
Delete Iconcache Windows
@echo off
echo Delete Thumbcache...
taskkill /f /IM explorer.exe
CD /d %userprofile%\AppData\Local\Microsoft\Windows
del /f /s /q Explorer\iconcache*.*
del /f /s /q Explorer\thumbcache*.*
Start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment