WIN7刷新图标缓存的批处理
WIN7下面,把以下命令保存为批处理文件,用管理员权限执行即可立刻刷新图标缓存。
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.exe
start explorer
- 原文作者:boxwang
- 原文链接:https://www.ifshow.com/win7-batch-command-refresh-icon-cache/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。如果特别注明为转载文章,请联系其原始作者。