去除windows快捷方式小箭头

1. 新建文本文档,格式修改为bat

2. 文本编辑器打开添加内容

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. 保存内容,双击bat文件运行即可

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