win7桌面快捷方式箭头的去除与恢复的方法

软件发布|下载排行|最新软件

当前位置:首页操作系统windows系列

win7桌面快捷方式箭头的去除与恢复的方法

  2020-12-09 我要评论
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

首先将以上的代码复制并保存以quchu.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

首先将以上的代码复制并保存以huifu.bat格式
然后以管理员的身份运行就可以恢复快捷方式的箭头了。

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们