Windows 7에서 아이콘 깨짐(검게 나오는) 현상
본문 바로가기

INFO/IT 인터넷

Windows 7에서 아이콘 깨짐(검게 나오는) 현상

반응형
iconcache.db 파일을 삭제하고 컴퓨터를 다시 시작하면 iconcache.db 파일이 새롭게 생성되어 문제를 해결할 수 있습니다.

시작-실행-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

https://support.microsoft.com/ko-kr/kb/2417044

반응형