Home > Article > System Tutorial > What should I do if the win11 application icon turns white? Solution to win11 application icon turning white
php editor Apple introduces to you the solution to the problem of Win11 application icon turning white. Win11 is the latest operating system released by Microsoft. Some users have found that during use, application icons will suddenly turn white and cannot be displayed normally. This can cause confusion and inconvenience to users. However, there are actually some simple solutions to this problem that you can try, and we’ll walk you through them in detail below.
Win11 application icon turns white solution
1. Right-click a blank space on the desktop, and select New Text Document from the menu item that opens.
2. Create a new text document window and enter the following:
@echo off
taskkill /f /im explorer.exe
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
start explorer.exe
cho execution completed
3. After entering the content, click Close in the upper right corner of the new text document, and then click Save in the pop-up window.
#4. Click on the text document and press the F2 key to quickly rename it and change the file format to .bat, then press Enter to confirm.
#5. Finally, right-click the file and select Run as administrator in the menu item that opens.
The above is the detailed content of What should I do if the win11 application icon turns white? Solution to win11 application icon turning white. For more information, please follow other related articles on the PHP Chinese website!