第1个回答 2016-06-16
去除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的批处理文件,然后运行它即可