Node-Windows - Run GUI app on Logon screen
问题 I need to run a GUI app on the logon screen on Windows 7 to 10. I have a nodejs app registered as a service which runs as SYSTEM (the default), using node-windows module. This seems to be a prerequisite to what I need, but something more is necessary. The app is just a basic socket client that connects to a socket server, nothing special as of yet. I am thinking maybe if I use child_process.spawn() to open an elevated command-prompt and/or runas another user-- but what user? SYSTEM doesn't do