Win10 修复ICO图标显示不正常
新建记事本,将如下脚本粘贴进去:
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
start explorer
重命名为 *.bat
并双击运行即可生效。
新建记事本,将如下脚本粘贴进去:
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
start explorer
重命名为 *.bat
并双击运行即可生效。