去除箭头
- 新建文本文件(.txt)
- 复制下面代码粘贴后保存
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
- 修改扩展名为(.bat)
- 右键管理员身份打开即可看到效果
恢复箭头
- 新建文本文件(.txt)
- 复制下面代码粘贴后保存
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
start explorer
pause
- 修改扩展名为(.bat)
- 右键管理员身份打开即可看到效果