윈도우 작업표시줄 아이콘 깨짐 사라짐 복구 해결법 (How to recover the icons of the taskbar in Windows?)
시작메뉴 >> 명령 프롬프트 >> 마우스 우클릭 관리자모드 실행
@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
'ENGINEERING > SW' 카테고리의 다른 글
Free Remote Computing (0) | 2021.10.06 |
---|---|
How to install NVIDIA GPU driver in Ubuntu? (0) | 2021.04.27 |
TabNine - Easy Coding Tools (0) | 2020.03.28 |
HowDoI - Easy Coding Tools (0) | 2020.03.28 |
How to rename many picture files? (0) | 2020.03.01 |