How to autostart the windows service using node-windows #347
Replies: 3 comments 1 reply
-
@coreybutler could you provide some insights here? |
Beta Was this translation helpful? Give feedback.
-
There is no way to programmatically define autostart behavior with this library, but you can do this directly in Windows using As for service names, you just use the |
Beta Was this translation helpful? Give feedback.
-
The ID and name they might be referring to is the service name and the display name If I'm correct on this assumption, the ID would be the service, so for example, the service called "Windows Time" (display name) has the service name of W32Time It only really matters if you are using something like the net start|stop command or the like. |
Beta Was this translation helpful? Give feedback.
-
How can we automatically start the windows service, even after the system reboot using the node-windows library. Also how can we configure an id along with the name for our service
Beta Was this translation helpful? Give feedback.
All reactions