桌面快捷方式小箭头

去除小箭头

  1. 去除箭头代码
点击查看代码
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
2. 运行 将代码写入.txt文件中,后改尾缀为.bat,管理员权限运行

image

image

添加小箭头

  1. 添加箭头代码
点击查看代码
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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
2. 运行 将代码写入.txt文件中,后改尾缀为.bat,管理员权限运行

image

image

参考

https://www.bilibili.com/video/BV1r64y1675m/
https://www.xsshare.com/archives/39

posted @ 2024-08-25 17:52  Little_R  阅读(73)  评论(0)    收藏  举报