Skip to content

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

Notifications You must be signed in to change notification settings

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