I googled 2 solutions for this issue.

ISSUE: Icons on the desktop or elsewhere looks like not found,white icons. After F5 refresh key, it not get fixed.

SOLUTION:


1) create batch script:

New text document
Add this into it:
Code:
taskkill /f /IM explorer.exe
del C:\Users\YOURUSERNAMEHERE\AppData\Local\Microsoft\Windows\Explorer\iconcache*
explorer.exe
Then save it as "All files" (not "Text documents") and name it like refreshicons.bat
Once it is run, it should refresh icons, but note that all Windows explorer opened windows and desktop interface will be terminated.

2) Download software ReIconCache (Rebuild Shell Icon Cache), it works more conveniently