Created
July 14, 2019 09:27
-
-
Save somoso/438735ea851d5efb81c26d42e64a31dc to your computer and use it in GitHub Desktop.
Rebuild icon cache in Windows
This file contains hidden or 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
| CD /d %userprofile%\AppData\Local | |
| DEL IconCache.db /a | |
| EXIT | |
| explorer.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment