NSSM - the Non-Sucking Service Manager can be configured to run LucidLink as a service to perform client operations of running a daemon and Linking to your Filespace.
Please download NSSM - the Non-Sucking Service Manager. Making sure you have Installed LucidLink's latest OS client.
Open command prompt Run as Administrator
Install service for Lucid daemon:
nssm install <servicename> "C:\Program Files\Lucid\resources\Lucid.exe" daemon --fs <filespace.domain> --user <username> --password <userpassword> --mount-point <drive/folder> nssm set <servicename> start service_delayed_auto_start
Start Services:
nssm start <servicename>
Multiple service daemons and Filespaces:
nssm install <servicename> "C:\Program Files\Lucid\resources\Lucid.exe" --instance <id> daemon --fs <filespace.domain> --user <username> --password <userpassword> --mount-point <drive/folder> nssm set <servicename> start service_delayed_auto_start
Note: You may find that for NSSM to run services non-interactively on some Windows versions you may need to set an additional registry key. To resolve this add DWORD AppNoConsole with a value of 1 under HKLM\System\CurrentControlSet\Services\<servicename>\Parameters