您现在的位置: 万盛学电脑网 >> 操作系统 >> windows 7教程 >> 正文

win7桌面图标小箭头的去除方法

作者:佚名    责任编辑:admin    更新时间:2022-06-22

win7桌面图标小箭头的去除方法

 

   reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

    首先将以上的代码复制并保存以XXXX.bat格式

    然后以管理员的身份运行就可以去除快捷方式的箭头了。

    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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

    首先将以上的代码复制并保存以XXXX.bat格式

    然后以管理员的身份运行就可以恢复快捷方式的箭头了。