Windows删除图标快捷方式上的箭头

设置图标:

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /t reg_sz /f /d "%systemroot%\system32\imageres.dll,197" 

taskkill /f /im explorer.exe

attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"

del "%userprofile%\AppData\Local\iconcache.db" /f /q

start explorer

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享