标签: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
标签:soft file res sof 保存 strong icon use mic
原文地址:https://www.cnblogs.com/BlogAlias/p/14187613.html