윈도우 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
출처 : http://support.microsoft.com/kb/2417044/ko
윈도우 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
출처 : http://support.microsoft.com/kb/2417044/ko