1、新建一个文本文件(如不显示.txt后缀电脑要在文件夹里设置“显示已知文件扩展名”)
2、复制下面代码粘贴后保存
3、修改扩展名为 .bat
4、右键以管理员身份打开
win11代码
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
win10代码
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
start explorer
pause
6 条评论
这个办法比我的好一些,不用自己去找那个透明小图标
是啊这个一次搞定方法也简单点
:$(强)
一直在用这种方法,强迫症的福音
虽然有点强迫症 但我觉得这个小箭头影响不大 哈哈
是啊,看个人喜好,刚试了一下确实有用