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

windows去除快捷键小箭头

作者: 淡然z | 来源:发表于2019-07-21 08:34 被阅读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
    

    1.新建文本文件
    2.粘贴上面代码后另存为.bat文件
    3.以管理员身份打开

    相关文章

      网友评论

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

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