https://www.tenforums.com/tutorials/5645-rebuild-icon-cache-windows-10-a.html
1 Close and save anything that you are working on before proceeding. The next steps will involve killing explorer and restarting the PC.
2 Open a command prompt.
3 Copy and paste each command below one at a time into the command prompt, and press Enter after each command.
ie4uinit.exe -show
taskkill /IM explorer.exe /F
DEL /A /Q "%localappdata%\IconCache.db"
DEL /A /F /Q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"
shutdown /r /f /t 00