打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
使用批处理快速去除或恢复Win7桌面快捷方式的小箭头
使用批处理快速去除或恢复Win7桌面快捷方式的小箭头

复制以下内容,将其保存为bat格式的文件,点击即可快速去除桌面快捷方式的小箭头。


  1. @echo off
  2. color 0a
  3. title 去掉win7小箭头批处理
  4. for /f %%i in ('cd') do set currentpath=%%i
  5. copy %cd%\Empty.ico c:\windows
  6. @echo Windows Registry Editor Version 5.00>>D:\tmp.reg
  7. @echo [HKEY_CLASSES_ROOT\piffile]>>D:\tmp.reg
  8. @echo "IsShortcut"="">>D:\tmp.reg
  9. @echo [HKEY_CLASSES_ROOT\lnkfile]>>D:\tmp.reg
  10. @echo "IsShortcut"="">>D:\tmp.reg
  11. @echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]>>D:\tmp.reg
  12. @echo "29"="C:\\Windows\\Empty.ico,0">>D:\tmp.reg
  13. regedit/s D:\tmp.reg
  14. del D:\tmp.reg
  15. taskkill /f /im Explorer.exe
  16. ping localhost -n 5
  17. start "explorer.exe" "%windir%\explorer.exe"
  18. exit
复制代码

复制以下内容,将其保存为bat格式的文件,点击即可快速恢复桌面快捷方式的小箭头。


  1. @echo off
  2. color 0a
  3. title 恢复win7小箭头批处理
  4. @echo Windows Registry Editor Version 5.00>>D:\tmp.reg
  5. @echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]>>D:\tmp.reg
  6. regedit/s D:\tmp.reg
  7. del D:\tmp.reg
  8. del c:\windows\Empty.ico
  9. taskkill /f /im Explorer.exe
  10. ping localhost -n 5
  11. start "explorer.exe" "%windir%\explorer.exe"
  12. exit
复制代码
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
去掉快捷方式小箭头
去掉windows8桌面图标快捷方式小箭头的小技巧
WIN7使用技巧@使用批处理快速去除桌面快捷方式的小箭头
怎样去桌面快捷方式箭头
注册表2-2-3-1
最简单的方法去除桌面快捷方式上面的小箭头
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服