Icon in taskbar black/missing #23266

Closed
opened 2026-01-31 08:37:12 +00:00 by claunia · 2 comments
Owner

Originally created by @manos-msdn on GitHub (May 17, 2025).

Windows Terminal version

1.22.11141.0

Windows build number

10.0.19045.0

Other Software

No response

Steps to reproduce

Just run the terminal. Optionally pin it to the taskbar

Expected Behavior

See icon

Actual Behavior

No icon

Originally created by @manos-msdn on GitHub (May 17, 2025). ### Windows Terminal version 1.22.11141.0 ### Windows build number 10.0.19045.0 ### Other Software _No response_ ### Steps to reproduce Just run the terminal. Optionally pin it to the taskbar ### Expected Behavior See icon ### Actual Behavior No icon
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 08:37:12 +00:00
Author
Owner

@similar-issues-ai[bot] commented on GitHub (May 17, 2025):

We've found some similar issues:

  • #13315 , similarity score: 84%

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@similar-issues-ai[bot] commented on GitHub (May 17, 2025): We've found some similar issues: - #13315 , similarity score: 84% If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue. > Note: You can give me feedback by 👍 or 👎 this comment.
Author
Owner

@manos-msdn commented on GitHub (May 17, 2025):

OK I followed the similar issue and then the reddit post from the comments and followed the process and that resolved the issue. Note that my cache files were locked so I first had to unlock them and restart to be able to delete them (used unlocker software).

Here is the process for reference https://www.reddit.com/r/Windows11/comments/16v3rqk/comment/kpjxfgg/

Kill explorer. This should be possible through task manager.

Remove the thumbchache files. Here's a powershell command to do it: Get-ChildItem -Path C:\Users$env:username\AppData\Local\Microsoft\Windows\Explorer -Filter "thumbcache*" | Remove-Item

Open regedit.

Go to Computer\HKEY_CURRENT_USER\Software\Classes.png

Rename the .png key (folder?) to something like .png_

Start explorer. You can do this by runnning explorer in powershell.

At this point your icons should be back. To bring back the .png file associations you had previously:

Restart regedit.

Delete the newly auto-generated Computer\HKEY_CURRENT_USER\Software\Classes.png key.

Rename the old .png_ key back to .png

Restart explorer.

@manos-msdn commented on GitHub (May 17, 2025): OK I followed the similar issue and then the reddit post from the comments and followed the process and that resolved the issue. Note that my cache files were locked so I first had to unlock them and restart to be able to delete them (used unlocker software). Here is the process for reference https://www.reddit.com/r/Windows11/comments/16v3rqk/comment/kpjxfgg/ Kill explorer. This should be possible through task manager. Remove the thumbchache files. Here's a powershell command to do it: Get-ChildItem -Path C:\Users\$env:username\AppData\Local\Microsoft\Windows\Explorer -Filter "thumbcache*" | Remove-Item Open regedit. Go to Computer\HKEY_CURRENT_USER\Software\Classes\.png Rename the .png key (folder?) to something like .png_ Start explorer. You can do this by runnning explorer in powershell. At this point your icons should be back. To bring back the .png file associations you had previously: Restart regedit. Delete the newly auto-generated Computer\HKEY_CURRENT_USER\Software\Classes\.png key. Rename the old .png_ key back to .png Restart explorer.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23266