본문 바로가기

컴퓨터

윈도우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

 

 

반응형

'컴퓨터' 카테고리의 다른 글

DiskPart 사용법  (0) 2015.12.16
윈도우7 설치후 IDE -> AHCI 변경하기  (0) 2015.07.15
윈도우7에서 무선랜카드 인터넷끊김 현상에 대한 답변..  (0) 2013.04.19
메인보드 확인 명령어  (0) 2013.02.14
클린부팅  (0) 2013.02.12