I deleted the Icon cache and all of the icons (even the files, pictures, all) are gone when I restarted my laptop. How do I fix this?

Anon 0 Reputation points
2024-07-18T13:39:33.9266667+00:00

As I said, I deleted the Icon Cache and when I restarted my laptop, all of the icons are gone. I tried tutorials, but they didn't work. Also, I tried to find the Icon Cache file but I couldn't find it because it's deleted? I don't really know.7abdb3aa-c235-475c-bf03-9c45962e99b7

e57c6cc5-bfea-4597-9ab2-01cdc8d3a87d

download (22)

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,429 questions
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 18,781 Reputation points MVP
    2024-07-19T02:15:26.9166667+00:00

    Open Command Prompt as administrator and copy-paste the following commands followed by hitting the enter key:

    cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer

    del iconcache*

    Reboot.

    If the above doesn't help then:

    Open File Explorer and go to C:\Users[YourUsername]\AppData\Local\Microsoft\Windows\Explorer

    Delete all files that start with "thumbcache".

    Reboot.

    Open the Command Prompt as an administrator.

    Type sfc /scannow and press Enter.

    0 comments No comments

  2. Zunhui Han 2,240 Reputation points Microsoft Vendor
    2024-07-19T14:34:40.0866667+00:00

    Hi Anon,

    Thank you for posting in Q&A forum.

    You can also try rebuilding the icon cache to restore desktop icons.

    1. Open the search bar and type "cmd" and select "Run as administrator".
    2. Enter each of the following command lines and press the "Enter" key to execute the operation:

    taskkill /F /IM explorer.exe

    cd /d %userprofile%\AppData\Local

    attrib -h IconCache.db

    del IconCache.db

    start explorer.exe

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.