Has Anyone had any luck creating an automated deployment of VEXOS? The documentation says that the /S /V/QN switches should work, but it just spawns CMD windows that attempt to install drivers. I’m looking to deploy this to several hundred computers across five buildings.
Have had some success myself with modkit + link; needed to export the vex robotics certificate from the, uhm, trusted publishers certificate store I think it was, then as part of the script before installing use certutil to install the certificate into the localmachine trusted publishers certificate store at which point the install could proceed silently.
Same may work for the vexos utility? May even be the same certificate…
Deploying Certificates to the Trusted Publishers Store | Microsoft Learn
Iain.