快捷方式小箭头怎么去掉

2026-04-16 22:53:27

1、按下快捷方式WIN+R,打开运行窗口。

快捷方式小箭头怎么去掉

2、输入regedit,打开注册表。

快捷方式小箭头怎么去掉

3、依次展开注册表列表:HKEY_CLASSES_ROOT——》lnkfile

快捷方式小箭头怎么去掉

4、在右侧框中右击IsShortcut项,选择“删除”

快捷方式小箭头怎么去掉

1、在桌面上右键新建一个文本文档。

快捷方式小箭头怎么去掉

2、打开文档,复制以下内容:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

快捷方式小箭头怎么去掉

3、保存文件,再把文件扩展名重命名为bat,直接运行。

快捷方式小箭头怎么去掉

猜你喜欢