매우 당황스럽다. 한 것도 없는데.
그냥 전원을 껐다 켰을 뿐인데 아이콘이 가출하고 말았다.
미션 ! 바탕화면 아이콘을 돌아오게하라 !
1. 시작 - 검색창에 CMD 를 치자.
위와 같은 창이 나온다.
그리고 아래의 명령을 한 줄 한 줄씩 붙여넣기 후 엔터를 치자.
동시에 넣어도 크게 상관은 없다.
taskkill /f /im explorer.exe
attrib %userprofile%\appdata\local\iconcache.db -s -r -h
del /q %userprofile%\appdata\local\iconcache.db
start explorer.exe
attrib %userprofile%\appdata\local\iconcache.db -s -r -h
del /q %userprofile%\appdata\local\iconcache.db
start explorer.exe
집 나갔던 아이콘이 돌아와 있는 것을 볼 수 있다.