使用以下脚本删除图标缓存:
@echo off
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer
标签:none
发布时间:March 11, 2019 // 分类: // No Comments
使用以下脚本删除图标缓存:
@echo off
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer
标签:none