https://support.microsoft.com/ko-kr/kb/2417044
이 문제가 윈도우7에서만 나오는 것인지 모르겠지만, 윈7에서 잘못된 바로가기로 인해 아이콘이 깨질 경우가 있다. 아이콘을 직접 지정해줘도 동작하지 않는다.
이 때 위 경로에 있는 내용을 확인하면 된다.
@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
이 내용을 batch 파일로 만들어서 실행하면 잘 나온다.
댓글 없음:
댓글 쓰기