将注册表文件加入到注册表中即可是使用右键点击拷贝文件路径

注册表.reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\copypath]
@="&Copy Path"

[HKEY_CLASSES_ROOT\*\shell\copypath\command]
@="CopyPath.exe %1"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\copypath]
@="&Copy Path"

[HKEY_CLASSES_ROOT\Directory\shell\copypath\command]
@="CopyPath.exe %l"

 

然后百度搜寻一个copypath.exe,放入windows中的system32文件夹下面即可

 

相关文章:

  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2021-04-12
  • 2021-05-03
  • 2021-06-12
  • 2021-09-09
相关资源
相似解决方案