1. Copy the following bat code in a new txt file.
2. save it as bat file extension type, run it as administrator role.
———————————————————— Content Start ———————————————————-
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /v 29 /d “%systemroot%\system32\imageres.dll,196″ /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%\AppData\Local\iconcache.db”
del “%userprofile%\AppData\Local\iconcache.db” /f /q
start explorer
———————————————————-Content End ———————————————————-Enjoy it, my friends !
本文提供了一段批处理代码,用于刷新Windows系统的图标缓存,解决图标显示异常的问题。通过注册表修改和任务杀进程的方式,确保图标更新正确显示。
421

被折叠的 条评论
为什么被折叠?



