将下面命令保存成批处理文件(.bat)

@title 去掉快捷方式字样
@color 2f
@echo off
@echo Windows Registry Editor Version 5.00 >>去掉快捷方式字样.reg
@echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] >>去掉快捷方式字样.reg
@echo "Link"=hex:00,00,00,00 >>去掉快捷方式字样.reg
regedit /s 去掉快捷方式字样.reg
del /s/f/q 去掉快捷方式字样.reg
exit

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-06
  • 2021-08-07
  • 2021-12-05
  • 2021-11-17
  • 2022-01-12
  • 2021-06-13
猜你喜欢
  • 2021-10-22
  • 2021-08-18
  • 2021-12-05
  • 2021-08-03
  • 2021-12-05
  • 2021-12-15
相关资源
相似解决方案