펌 바탕 화면 아이콘 깨짐
바탕 화면 아이콘 깨짐
@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
또는 명령어 한줄로 https://www.thewindowsclub.com/rebuild-icon-clear-thumbnail-cache-windows-10
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer attrib –h iconcache_*.db del iconcache_*.db start explorer
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
attrib –h
thumbcache_*.db
del thumbcache_*.db
start explorer
그래도 해결 안되면
Dism /online /cleanup-Image /StartComponentCleanup
sfc /scannow
Dism /online /cleanup-image /restorehealth
sfc /scannow
댓글
댓글 쓰기