What should I do if there are white files on the computer icon?
Method 1:
1. Take the latest Win10 system as an example. First, we right-click the blank space on the desktop, and then click "Personalize" from the pop-up menu, as shown in the figure below Show.
#2. In the personalized interface, we click "Theme" and then "Theme Settings", as shown in the figure below.
#3. If we find a theme and click on it, we can remove the white file icon on the desktop icon.
Method 2:
1. First, we right-click on a blank space on the desktop, click "New" after the menu pops up, and select "Text Document" from the pop-up menu. Let's create a new notepad.
2. Click to open the newly created notepad and copy the following code into the notepad, as shown in the figure below.
@echo off taskkill /f /im explorer.exe CD /d %userprofile%\AppData\Local DEL IconCache.db /a start explorer.exe
cho Execution completed
#3. In Notepad, click "File", then click "Save" to save the code just now.
#4. If it prompts that it contains Unicode characters when saving, we click "Cancel", then click "File", select "Save As", and select the encoding option "ANSI", and then save it in .bat format.
5. The new text is in TXT format. You must change the file format to .bat.
#6. If the file format has been modified, the icon will also be modified accordingly. We right-click the .Bat program and after running it, it is recommended to restart the computer or restart the explorer.exe program.
The above is the detailed content of What to do if there are white files on the computer icon. For more information, please follow other related articles on the PHP Chinese website!