Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 241 Bytes

ResetIconCache

BAT file to reset icon cache on Windows 7/10/11 to avoid white icons.

taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
attrib -h -r -s iconcache.db
del iconcache.db /q
start %windir%\explorer.exe