标签:关闭 文件 记事本 file exp 运行 tar explore 打开
复制以下内容到记事本中,另存为时选择所有文件格式,然后命名为名字.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
标签:关闭 文件 记事本 file exp 运行 tar explore 打开
原文地址:https://www.cnblogs.com/jasonboren/p/11515445.html