#Windows shortcut icon not showing
 #Exe icon not showing

#Windows 10 icons not showing

#Windows icon missing
Hello, this is IT Dr. HO. Today, we will look at how to make the window icon visible when it is not visible.








@echo off

taskkill /f /im explorer.exe

attrib %userprofile%\appdata\local\iconcache.db -s -r -h

del /q %userprofile%\appdata\local\iconcache.db

start explorer.exe

exit

1. Just paste the above text in Windows Notepad.




2. save as > file name is 'name.bat' The file name extension must be bat.


3. Just run the created file.