如何去除桌面图标的小箭头、去除快捷方式提示符
1、首先在电脑桌面右键“新建”,如图所示;

2、找到“文本文档”,点击打开,如图所示;

3、打开新建的文本文档复制这行代码;
“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”,然后“Ctrl+S保存”,如图所示;

4、“右键这个文档—重命名",如图所示;

5、“将后缀的TXT改为BAT格式”然后点击运行即可,小箭头就没有了,如图所示;


6、想要恢复复制这行代码还是同样的操作;
“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”

1、【1】首先在电脑桌面右键“新建”;
【2】找到“文本文档”,点击打开;
【3】
打开新建的文本文档复制这行代码;
“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”,然后“Ctrl+S保存;
【4】“右键这个文档—重命名";
【5】“将后缀的TXT改为BAT格式”然后点击运行即可,小箭头就没有了;
【6】
想要恢复复制这行代码还是同样的操作;
“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”