윈도우 바탕화면 아이콘의 이미지가 사라진 경우

명령 프롬프트를 실행 후 아래 명령을 실행하시면 됩니다


@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

'Windows Trouble Shooting' 카테고리의 다른 글

DLLRegisterServer 호출에 실패 했습니다  (2) 2019.09.17