美文网首页
清除windows快捷方式方式小箭头

清除windows快捷方式方式小箭头

作者: 枫城烟雨 | 来源:发表于2021-06-15 11:51 被阅读0次

一、创建文本文档

二、复制以下内容到文本

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause

三、保存文档为.bat格式

四、以管理员方式运行

相关文章

网友评论

      本文标题:清除windows快捷方式方式小箭头

      本文链接:https://www.haomeiwen.com/subject/pxcosltx.html