桌面图标缓存清理刷新功能,将下列地址复制到记事本,保存后将文静后缀名改为.BAT结尾
rem 关闭explorer.exe taskkill /f /im explorer.exe attrib -h -i %userprofile%\AppData\Local\IconCache.db del %userprofile%\AppData\Local\IconCache.db /a rem 打开explorer start explorer
桌面图标缓存清理刷新功能,将下列地址复制到记事本,保存后将文静后缀名改为.BAT结尾
rem 关闭explorer.exe taskkill /f /im explorer.exe attrib -h -i %userprofile%\AppData\Local\IconCache.db del %userprofile%\AppData\Local\IconCache.db /a rem 打开explorer start explorer