window 右击菜单启动 nodejs app

保存regedit_node.reg 双击导入

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\Shell]
@="\"\""

[HKEY_CLASSES_ROOT\*\Shell\nodejsApp]
@="启动 nodejs app"

[HKEY_CLASSES_ROOT\*\Shell\nodejsApp\command]
@="C:\\Program Files\\nodejs\\node.exe %1"

相关文章:

  • 2022-01-15
  • 2021-04-25
  • 2021-06-21
  • 2022-12-23
  • 2022-01-16
  • 2021-11-11
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案