Skip to content

Instantly share code, notes, and snippets.

@InvisibleRain
Created May 27, 2023 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InvisibleRain/4d9095bd3b9ec28416d39ac8970027d9 to your computer and use it in GitHub Desktop.
Save InvisibleRain/4d9095bd3b9ec28416d39ac8970027d9 to your computer and use it in GitHub Desktop.
In old versions of Windows 10 file thumbnails sometimes get corrupted. This script fixes the issue
taskkill /f /im explorer.exe
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
attrib -h iconcache_*.db
del iconcache_*.db
start explorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment