`
zgl707216
  • 浏览: 24430 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

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格式
然后以管理员的身份运行就可以恢复快捷方式的箭头了。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics