View
Windows 7 바탕화면, 시작프로그램, 작업표시줄 아이콘이 깨질경우
실행 - 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
--------------------------------------------------------------
붙여넣기.
반응형
'OS > Windows' 카테고리의 다른 글
Windows XP USB로 설치하기 WinSetupFromUSB_023 (0) | 2012.11.27 |
---|---|
Windows Dos 시스템 및 네트워크 명령어 (0) | 2012.10.26 |
Windows XP, Vista 프린트 대기열 오류 (0) | 2012.10.20 |
Windows 7 USB/DVD download tool (0) | 2012.10.20 |
Windows 8 Release Previes ISO Download (0) | 2012.10.20 |
reply