教你快速有效去除win7 64位系统桌面快捷箭头
1、 在桌面新建一个文本文档,命名为clear.txt(随便命名);
2、 打开clear.txt文档,复制粘贴以下内容
reg add"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIcons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /treg_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
3、 将clear.txt文档后缀名改名.bat
4、 双击运行clear.bat文件,重启(有些电脑不需要重启)后桌面快捷箭头消失。