在桌面上新建一个txt文件,将下列内容复制进去
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
start explorer
然后将后缀改为.bat,运行该文件即可。
在桌面上新建一个txt文件,将下列内容复制进去
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
start explorer
然后将后缀改为.bat,运行该文件即可。
>