[VCode] VSCode icon in task bar(Desktop) is blank > Windows/OS/IDE

본문 바로가기
사이트 내 전체검색

Windows/OS/IDE

[VCode] VSCode icon in task bar(Desktop) is blank

페이지 정보

작성자 sbLAB 댓글 0건 조회 2,275회 작성일 23-02-11 08:38

본문

[Q] VSCode icon in task bar(or Desktop) is blank

fa38bda5769a9b82f053632f942104c8_1676073166_0951.jpg 
 

[A]
1) Open Windows Explorer, go to %userprofile%\AppData\Local (Type  %appdata% in Explorer), delete IconCache.db
(This file is hidden, so it you don't see it, you will need to adjust your Windows Explorer settings to show hidden files.) 

2) Open Task Manager, go to Processes tab, highlight explorer.exe, and click End Process
3) Your desktop will "disappear." Still in Task Manger, select File > New Task (Run...), type explorer.exe, and click OK

Your desktop should reappear, with the previously missing icons.

fa38bda5769a9b82f053632f942104c8_1676073274_5716.jpg
 

https://stackoverflow.com/questions/63087606/vscode-icon-in-task-bar-is-blank 

https://techdator.net/fix-blank-icons-windows-10/ 


[icon.bat]

@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



첨부파일

  • icon.bat (172byte) 0회 다운로드 | DATE : 2024-03-16 07:48:49

댓글목록

등록된 댓글이 없습니다.

회원로그인

접속자집계

오늘
388
어제
433
최대
1,279
전체
219,056

그누보드5
Copyright © sebom.com All rights reserved.