复制以下内容到记事本中,另存为时选择所有文件格式,然后命名为名字.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
原文地址:https://www.cnblogs.com/jasonboren/p/11515445.html
时间: 2024-10-24 08:38:49