1.新建一个txt文档,在文本中输入:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\PIPFile]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=""
2.点击【文件】选择【另存为】,文件名填写【恢复小箭头.reg】(注意:.reg后缀一定要加上)点击【保存】。
3.双击桌面【恢复小箭头】,弹出对话框选择【是】,点击【确定】。
重启电脑,小箭头恢复。
恢复Win7快捷方式箭头,注意代码格式不要复制错误
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
恢复XP快捷方式箭头,注意代码格式不要复制错误
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
将上面的代码复制到记事本中,然后另存xxx.bat,文件类型为所有文件,然后双击运行右键以管理员身份运行
重新设置电脑
我觉得没小箭头更好看啊