Forum Discussion
TannerBlaze
Mar 20, 2025Iron Contributor
Is there any way to remove shortcut's arrow?
Guys I'm trying to make my Desktop as clean as possible without installing any application. So is there any way to achieve that? Thanks. I'm using Windows 11 24H2.
AceVentura
Mar 20, 2025Iron Contributor
1. 使用注册表编辑器:按 Win + R,键入 regedit,然后按 Enter.
导航到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons。
在右侧窗格中,右键单击空白区域,选择 New > String Value,并将其命名为 29。
双击 29 并将其值设置为 C:\Windows\System32\imageres.dll,197。
重新启动计算机。
2. 使用第三方工具:下载并安装第三方工具
打开该工具并导航到“Shortcut Arrows”选项。
选择 “Remove shortcut arrows” 并应用更改。
3. 使用批处理文件:
打开记事本并键入以下内容:batchreg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /v 29 /d “C:\Windows\System32\imageres.dd”。System32\imageres.dll,197“ /f
explorer.exe start explorer.exe
将文件另存为 remove_arrow.bat。
右键单击批处理文件,然后选择“以管理员身份运行”。