Windows10去除桌面快捷方式小箭头

1 、新建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

恢复小箭头(我想你也不会恢复):

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、保存为.bat文件

Windows10去除桌面快捷方式小箭头_第1张图片

3、然后以管理员身份运行就可以了

附:

如果发现文件无法修改后缀:
1、找到【查看】
这里写图片描述
2、点击可看到【文件扩展名】,然后勾选上就可以修改了,希望可以帮助你。

你可能感兴趣的:(其他东西)