Skip to content

Instantly share code, notes, and snippets.

@unlight
Created June 8, 2026 05:02
Show Gist options
  • Select an option

  • Save unlight/30125d5e8cb0d9a4c1a440d80e83d32e to your computer and use it in GitHub Desktop.

Select an option

Save unlight/30125d5e8cb0d9a4c1a440d80e83d32e to your computer and use it in GitHub Desktop.
windows_service_example.vbs
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run """C:\nodejs\node.exe"" ""C:\fnm\node-versions\v26.1.0\installation\node_modules\9router\cli.js"" --tray --skip-update", 0, False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment