윈도우 작업표시줄 아이콘 깨짐현상

윈도우를 사용하다 갑자기 특정 프로그램의 아이콘이 깨져서 보인다.

프로그램 사용상에 그리 불편함은 없으니 아이콘이 없으니 어떤게 어떤 프로그램인지 햇갈린다.

아래 첨부파일을 실행시키면 해결된다.

“아이콘깨짐복구.cmd”

@echo off
taskkill /f /im explorer.exe
attrib "%userprofile%\appdata\local\iconcache.db" -s -r -h
del /q "%userprofile%\appdata\local\iconcache.db"
start explorer.exe
exit

댓글 달기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

8 + 17 =