Hello Support,
How to I make the License Server to run the "VROL.EXE" as a Windows Service?
Whenever I log off the License Server, no one from other computers can use the Server Vray licenses anymore.
It seems that the license daemon is initialized via a Logon shortcut at runtime... doh!
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\Start Chaos License Server.lnk
{ "C:\Program Files\Chaos Group\VRLService\OLS\vrlsupervisor.exe" start --vrol-path "C:\Program Files\Chaos Group\VRLService\OLS\vrol.exe" }
As part of our enterprise cybersecurity policy, we cannot have autologon user accounts on our Windows2019 servers.
So we really need a Windows Service dameon solution.
How to I make the License Server to run the "VROL.EXE" as a Windows Service?
Whenever I log off the License Server, no one from other computers can use the Server Vray licenses anymore.
It seems that the license daemon is initialized via a Logon shortcut at runtime... doh!
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\Start Chaos License Server.lnk
{ "C:\Program Files\Chaos Group\VRLService\OLS\vrlsupervisor.exe" start --vrol-path "C:\Program Files\Chaos Group\VRLService\OLS\vrol.exe" }
As part of our enterprise cybersecurity policy, we cannot have autologon user accounts on our Windows2019 servers.
So we really need a Windows Service dameon solution.
Comment