Win10快捷方式小箭头怎么去掉呢?下文小编就教大家Win10快捷方式小箭头去掉的方法,效果很不错哦~一起去看下去掉方法吧。
去除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
保存之后,把这个文本文档重命名为后缀扩展名为bat的批处理文件,然后运行它即可