Skip to content

seguinleo/ResetIconCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

BAT file to reset icon cache on Windows 7/10/11

Topics

Resources

Stars

Watchers

Forks