I have a ROSDK namedpipe server as Windows service but it will deny access for client application if client is not admin.
Is this expected? Or some settings I did wrong?
Thank yo
I have a ROSDK namedpipe server as Windows service but it will deny access for client application if client is not admin.
Is this expected? Or some settings I did wrong?
Thank yo
Hi,
You can change this behavior with TRONamedPipeServer.AllowEveryone property.
Thank you very much
How to set the windows service up so after installation using /install, it starts automatically without manually start it ?
Hi,
you can use net start [servicename]
for starting windows service