윈도우 바탕화면에서 아이콘이 제대로 나오지 않는 경우
1. 검색창에서 cmd 입력 후 명령프롬프트 실행
2. 다음 칸의 내용 복사 & 붙이기 후 실행(엔터)
@echo off taskkill /f /im explorer.exe iconcache.dbattrib %userprofile%\appdata\local\iconcache.db -s -r -h del /q %userprofile%\appdata\local\iconcache.db explorer.exe exit |
간편 실행용 bat 파일
iconcache.bat
0.00MB