아이콘 업데이트가 안될 경우 Batch 파일을 만들어 사용하자. 단, 윈도우 7 에서 사용가능 iconcache.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
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
'Technical Report' 카테고리의 다른 글
[레지스트리] 탐색기 마우스 우측버튼에 "Command Prompt Here" 추가하기 (0) | 2014.05.14 |
---|---|
[Boost] Boost C++ Libraries (0) | 2014.04.27 |
코드 최적화 (0) | 2014.01.06 |
시스템 폴더의 실제 경로, 문자열 구하기 (0) | 2013.12.04 |
CAtlList // while 에서 RemoveAt 사용 주의 (0) | 2013.04.17 |