方法一:360安全卫士工具
1. 安装360安全卫士
2. 点击“人工服务” - 搜索 “去掉小箭头”
3. 立即修复
方法二:使用bat文件修改注册表
1. 新建一个txt文档
2. 拷贝以下内容到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
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause
3. 修改txt文档都后缀名为bat
4. 右键以管理员身份运行;