码迷,mamicode.com
首页 > Windows程序 > 详细

Windows10删除快捷方式小箭头

时间:2020-12-30 11:12:31      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:soft   file   res   sof   保存   strong   icon   use   mic   

                   测试版本:Windows10 1903

 

windows系统安装应用软件后,桌面生成的快捷方式图标,默认情况下左下角有个小箭头,作为一个追求完美主义的我(圆心),是不能容忍的,特别特别难看。在此,我提供一种方式解决图标箭头问题。

去除桌面快捷方式箭头:

1.在桌面新建一个txt文本文档,将以下代码复制到txt文本文档中保存。

2.然后再把文档的后缀名改成.bat,最后以管理员身份运行这个.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

 

Windows10删除快捷方式小箭头

标签:soft   file   res   sof   保存   strong   icon   use   mic   

原文地址:https://www.cnblogs.com/BlogAlias/p/14187613.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!