设为首页 - 加入收藏
雨林木风win10
您的当前位置:雨林木风 > 系统教程 > win8.1教程 > 正文

win8 ghost桌面快捷方式无法删除小箭头

来源:ylmf网络收集 编辑:雨林木风官网 时间:2017-11-02
win8 ghost桌面快捷方式无法删除小箭头的解决方法
给大家分享个小方法,不用任何软件:


桌面点右键,新建一个文本文档,将下面的代码复制粘贴进去,然后另存为111.bat(文件类型选所有文件),然后找到你刚才保存的bat格式文件,右键,以管理员身份运行就可以了,有时需要重启电脑才能生效。

reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%AppDataLocaliconcache.db"
del "%userprofile%AppDataLocaliconcache.db" /f /q
start explorer

如果想恢复小箭头,用同样的方法,不过代码需要替换一下:
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
 

win10专业版

相关推荐:

雨林木风系统
雨林木风系统
雨林木风系统
雨林木风win10

本站发布的系统与软件仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版软件!

如侵犯到您的权益,请及时通知我们,我们会及时处理。邮箱:xylmf#qq.com (请将#换成@)

Top