http://blog.csdn.net/pipisorry/article/details/24865195
在桌面新建一个文本文档 去除箭头.txt,把例如以下代码粘贴到文档中reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,196" /t reg_sz /f
taskkill /f /im explorer.exeattrib -s -r -h "%userprofile%AppDataLocaliconcache.db"
del "%userprofile%AppDataLocaliconcache.db" /f /q
start explorer
亲測OK
from:
http://blog.csdn.net/pipisorry/article/details/24865195