Last active
November 1, 2021 07:08
-
-
Save FrankDeGroot/a34cac3954e9a118b3247efe05c83982 to your computer and use it in GitHub Desktop.
Rebuild Icons on Windows 10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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