win7桌面快捷方式箭头的去除与恢复
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,196" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%AppDataLocaliconcache.db"
del "%userprofile%AppDataLocaliconcache.db" /f /q
start explorer
首先将以上的代码复制并保存以quchu.bat格式
然后以管理员的身份运行就可以去除快捷方式的箭头了。
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%AppDataLocaliconcache.db"
del "%userprofile%AppDataLocaliconcache.db" /f /q
start explorer
首先将以上的代码复制并保存以huifu.bat格式
然后以管理员的身份运行就可以恢复快捷方式的箭头了。
【win7桌面快捷方式箭头的去除与恢复的方法】相关文章:
★ win7旗舰版系统360浏览器安装扩展插件失败原因和三种解决方法
★ win7系统打开程序提示应用程序正常初始化0xc0000142失败的原因及解决方法
★ 重装win7系统弹出错误提示Applie afion error 19235的原因及几种解决方法
★ win10预览版14332桌面回收站中文件不能删除怎么办?
★ Win7系统开机黑屏提示system halted的故障原因及解决方法
★ Win10桌面壁纸怎么设置?Win10更换桌面壁纸的方法