Hello,
Try the following steps to reset icon cache.
- Open Command Prompt as administrator from the start menu.
- Run
taskkill /F /IM explorer.exe
to stop explorer. - Run
del %localappdata%\Microsoft\Windows\Explorer\iconcache*
to delete the icon cache files. - Run
start explorer.exe
to start explorer and the icon cache should be rebuilt automatically.