17370845950

win10快捷方式去箭头的具体方法

以下是win10快捷方式去除箭头的具体步骤:

  1. 首先打开win10系统的桌面,新建一个txt文本文档,并将以下代码复制到文档中后保存。

    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
  2. 将文本文档的后缀名从txt修改为bat,形成批处理文件。

  3. 双击运行该批处理文件即可完成操作。

win10快捷方式去除箭头的方法就是这样,你学会了吗?