关闭explorer.exe
taskkill
/f
/im
explorer.exe
attrib
-s
-h
-i
%userprofile%\AppData\Local\IconCache.db
del
%userprofile%\AppData\Local\IconCache.db
/a
attrib
+h
+s
%userprofile%\AppData\Local\IconCache.db
rem
打开explorer
start
explorer
将上面内容复制,新建文本文件,粘贴。然后将其扩展名改为.bat,如:新建文本文档.txt
改为
新建文本文档.bat,
双击运行.
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)