Fix corrupted Windows 7 desktop icons

Configurare noua (How To)

Situatie

Windows users often complain about corrupted desktop icons. The icons that Windows uses for your documents and programs are saved in an icon cache, so they can be displayed quickly instead of having to slowly load them every time. If for any reason, one or more Windows icons are corrupted, you can repair them by rebuilding the icon cache.

 

Solutie

  1. Open Notepad
  2. Paste the code below
  3. taskkill /F /IM explorer.exe
    cd /d %userprofile%AppDataLocal
    attrib –h IconCache.db
    del IconCache.db
    start explorer.exe
  4. Save as IconFix.bat
  5. Go to where you saved the file and double click on itbat file

    Solution 2: Use Command Prompt

    If you feel more comfortable this way, you can use Command Prompt:

    1. Go to Start and search cmd
    2. Right-click and select Run as Administrator
    3. Run the following commands:cd /d %userprofile%AppDataLocaldel IconCache.dbstart explorer.exe

      attrib –h IconCache.db

      taskkill /F /IM explorer.exe

      Solution 3: Delete the icon cache database

    4. Open any folder
    5. Enable show hidden files option to see the Icon Cache file by going on the View tab, and enable Hidden items option from Show/ Hide sectionShow-hidden-items
    6. Navigate to C:UsersusernameAppDataLocal folder and then delete IconCache.db file. Replace <your username> with the actual login name for your Windows account.
    7. Restart your computer to rebuild the icon cache

Tip solutie

Permanent

Voteaza

(13 din 24 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?