Does this work on C2k machines
It does, I've had it on for nearly 2 years without any issues.
Just run the installer, and deselect "Master" when installing on student computers.
Below is the code I use for 2 batch scripts to speed installs and updates up a bit (No Master is for student machines). You may need to edit them to include the location of the Veyon install file, and change filename if necessary. I can't attach .bat files so you will need to make them yourself.
VeyonInstall.bat
@echo off
"T:\veyon.exe" /S
veyonInstallNoMaster.bat
@echo off
"T:\veyon.exe" /S /NoMaster
When installed you can setup your rooms, and connect to them using the stationID HostAddress (1234567-MST001).
[attachment deleted by admin]