Windows 7에서 아이콘 깨짐 현상

운영자 2018.03.14 19:34:20

시작 -> cmd

 

 

@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

 

ss.GIF