美文网首页
快捷键小箭头去除方法

快捷键小箭头去除方法

作者: Better_f9f4 | 来源:发表于2020-03-29 14:18 被阅读0次

    去除快捷键小箭头方法

    桌面新建一个文本文档.txt,打开新建的文本文档,将下面的代码复制进去就行,然后另存为文件名.bat的文件。选中另存为的文件,鼠标右键,以管理员的身份运行即可。

    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

    相关文章

      网友评论

          本文标题:快捷键小箭头去除方法

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