清除windows快捷方式方式小箭头

一、创建文本文档

二、复制以下内容到文本

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

三、保存文档为.bat格式

四、以管理员方式运行

你可能感兴趣的:(清除windows快捷方式方式小箭头)