這裡使用文本命令的方法來去除win10快捷圖標小箭頭:
新建一個txt文本文檔,然後把以下命令復制到其中:
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “%systemroot%system32imageres.dll,197″ /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%AppDataLocaliconcache.db”
del “%userprofile%AppDataLocaliconcache.db” /f /q
start explorer
pause
保存之後,把這個文本文檔重命名為後綴擴展名為bat的批處理文件,然後運行它就可以成功去掉windows10圖標小箭頭了。
另外大家可以借用win10去掉桌面快捷方式小箭頭工具來實現。