Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Last active November 1, 2021 07:08
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 FrankDeGroot/a34cac3954e9a118b3247efe05c83982 to your computer and use it in GitHub Desktop.
Save FrankDeGroot/a34cac3954e9a118b3247efe05c83982 to your computer and use it in GitHub Desktop.
Rebuild Icons on Windows 10
taskkill /im explorer.exe /f
taskkill /im runtimebroker.exe /f
del %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer\iconcache*
del %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer\thumbcache*
start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment