프로그램/윈도우관련
아이콘 캐쉬 (Icon Cache) Clear
누피
2012. 6. 18. 20:02
Icon Cache방법 Sample(win7 or vista)
@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