去掉小箭头:
1、新建文本文档,然后将下面代码复制进文本文档,另存为去除小箭头.bat
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、在保存位置处,找到去除小箭头.bat,然后以管理员权限运行即可去除小箭头。
恢复小箭头:
1、新建文本文档,将一下代码另存为恢复小箭头.bat
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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、同样然后以管理员权限运行即可,恢复小箭头。
另一种比较简单的方法
1、打开QQ管家,选择电脑诊所
2、选择桌面图标→快捷方式→去除快捷方式小箭头