美文网首页
win10完美去小箭头 (强迫症必备)

win10完美去小箭头 (强迫症必备)

作者: gx112345 | 来源:发表于2018-12-14 23:24 被阅读0次

    1.去掉小箭头

    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文件,然后以管理员身份打开。

    ok!

    2.恢复小箭头

    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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文件,管理员身份打开。就可恢复小箭头了。

    这种方法不会导致任何问题可放心使用。

    相关文章

      网友评论

          本文标题:win10完美去小箭头 (强迫症必备)

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