03-01-2021 11:25 AM
Is there a way to run the Datasocket Server as a windows service so that there is no need to have a user log in to launch it?
03-02-2021 01:04 AM
I haven't worked with DS server in a while and I haven't looked at all now for documentation or older threads, but NSSM is a program which can run EXEs as services and IIRC, DSS is just a regular EXE. I would suggest trying that and seeing if you're not getting any conflicts.
Note that services don't have UIs, so I'm not sure how that would work with the window and tray icon and how it would function after you log in.