Home › Forums › Software Development › Restart Tobii Service › Reply To: Restart Tobii Service
28/06/2018 at 00:01 #8508
Grant [Tobii]
Keymaster
Hi @tzaccai, there is not the means to START/STOP/RESTART the Tobii Windows service programatically via the Core SDK but it is simple enough via the standard windows shell using the command: net start “Tobii Service” which of course can be called in regular batch file as needed or integrated into a .NET Solution.
Hopefully this serves your needs, please let us know if we can be of any further assistance.