iconcache db 내에 아이콘이 제대로 캐싱이 안된 아이콘들은 엉터리로 표시되는 경우가 생긴다.
cmd 창을 열어 아래를 전체 복사해 붙여넣는다.
하는 일은 익스플로러를 죽이고 iconcache db를 삭제가능하게 만든후 삭제하고 다시 익스플로러를 띄우는 작업이다.
taskkill /f /im explorer.exe attrib %userprofile%\appdata\local\iconcache.db -s -r -h del /q %userprofile%\appdata\local\iconcache.db start explorer.exe