The solution of computer desktop icon can't display normally

In the process of using the computer, we often encounter various problems. After starting up and entering the system, some users find that the icons on the desktop cannot be displayed normally, and all of them have become white icons of unknown programs. Double click operation cannot be associated with the correct opening method, and the problem cannot be solved after restart. However, I would like to introduce a solution in detail below. I hope it will be helpful to you!

1. Create a new text document and enter the following code in the document:

  @echo off

  taskkill /f /im explorer. exe

  CD /d %userprofile%\AppData\Local

  DEL IconCache. db /astart explorer. exe

Echo execution completed

2. Then save the document as "repair white Icon. Bat" and save the bat file;

3. Double click the bat file and wait for the program execution to finish.

When it is found that the desktop icon display in the computer is abnormal, which turns into a white Icon of an unknown program and cannot be opened directly, it can be solved according to the above steps.