*Some* Desktop Icons Keep Disappearing

Page 2 of 2 FirstFirst 12

  1. Posts : 1
    Windows 7 Pro x64
       #11

    Thanks KevinC. Had the same problem and I am confident it will go away.
      My Computer


  2. Posts : 1
    7 home and pro, 8.1 home, 10 home
       #12

    IT WORKS!!! - in regards to KevinC's post:

    One fix I have is to reset the IconCache. To do this:

    1. Close all folder windows that are currently open.
    2. Launch Task Manager
    3. In the Process tab, right-click on the Explorer.exe process and select End Process.
    4. Click the End process button when asked for confirmation.
    5. From the File menu of Task Manager, select New Task (Run…)
    6. Type CMD.EXE, and click OK
    7. In the Command Prompt window, type the commands one by one and press ENTER after each command:
    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    EXIT
    8. In Task Manager, click File, select New Task (Run…)
    9. Type EXPLORER.EXE, and click OK.
      My Computer


  3. Posts : 10,485
    W7 Pro SP1 64bit
       #13

    Or you could download (and keep handy) the batch file from this tutorial:
    Icon Cache - Rebuild
    That batch file does a bit more that the steps KevinC detailed.

      My Computer


  4. Posts : 18
    Windows 10 x64
       #14

    I'm also sorry like anyone else above for replying when this is from 11 years ago but I just tweaked the bat file cosmetically a little bit

    Code:
    :: Created by: Shawn Brink
    :: https://www.sevenforums.com
    :: Tutorial:  https://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html
    title Fix Vanishing Icons on Desktop
    color 0f
    cls @echo off
    set iconcache=%localappdata%\IconCache.db
    
    echo.
    echo.
    echo    The Explorer process must be killed to delete the Icon DB. 
    echo.
    echo    Please SAVE ALL OPEN WORK before continuing.
    echo.
    echo    Press any key to continue...
    pause>nul
    echo.
    If exist "%iconcache%" goto delID
    echo.
    echo    Icon DB has already been deleted. 
    echo.
    echo    Press any key to continue...
    pause>nul
    exit /B
    
    :delID
    echo    Attempting to delete Icon DB...
    echo.
    ie4uinit.exe -ClearIconCache
    taskkill /IM explorer.exe /F 
    del "%iconcache%" /A
    del "%localappdata%\Microsoft\Windows\Explorer\iconcache*" /A 
    echo.
    echo    Icon DB has been successfully deleted. Please "restart your PC" now to rebuild your icon cache.
    echo.
    echo    Press any key to continue...
    start explorer.exe
    pause>nul
    exit /B
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:25.
Find Us