去除桌面图标快捷箭头

1.新建文本文档
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
4.以管路员身份运行一下,就解决了。

posted @ 2020-02-06 11:44  _Anke  阅读(162)  评论(1编辑  收藏  举报