Reputation: 408
I always see broken icons on .lnk
and .exe
after compiling, renaming, updating executables, etc. I even tried to re-install Windows to solve the problem. Is there a faster way to solve it other than killing and restarting explorer.exe
?
Upvotes: 1
Views: 119
Reputation: 408
del "%localappdata%\IconCache.db" /f /q
taskkill /f /im explorer.exe
del "%localappdata%\IconCache.db" /f /q
ping 127.0.0.1 -n 2 > nul
start "" explorer.exe
:pause
Upvotes: 1