文档详情

去除win7win8xp系统桌面快捷方式小箭头.doc

发布:2017-06-13约2.3千字共2页下载文档
文本预览下载声明
纯手动,轻松去除快捷方式小箭头 操作时,请仔细阅读文字教程 去除WIN 7 快捷方式小箭头: 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 将上面的代码复制到记事本中,然后另存123.bat,文件类型为所有文件,然后右键123.bat以管理员身份运行,注意代码格式不要复制错误 恢复Win 7 快捷方式小箭头 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 将上面的代码复制到记事本中,然后另存123.bat,文件类型为所有文件,然后右键123.bat以管理员身份运行,注意代码格式不要复制错误 XP系统去掉小箭头的方和和Win7一样,只是代码不同 reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons /v 29 /d C:\Windows\system32\shell32.dll,49 /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h %userprofile%\Local Settings\Application Data\iconcache.db del %userprofile%\Local Settings\Application Data\iconcache.db /f /q start explorer 将上面的代码复制到记事本中,然后另存123.bat,文件类型为所有文件,然后双击123.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%\Local Settings\Application Data\iconcache.db del %userprofile%\Local Settings\Application Data\iconcache.db /f /q start explorer 将上面的代码复制到记事本中,然后另存123.bat,文件类型为所有文件,然后双击123.bat运行,注意代码格式不要复制错误 五、WIN 8 快捷方式小箭头 reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons /v 29 /d %systemroot%\system32\imageres.dll,197 /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 将上面的代码复制到记事本中,然后另存123.bat,文件类型为所有文件,然后右键123.bat以管理员身份运行,注意代码格式不要复制错误 六、 Reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVe
显示全部
相似文档