Using SCCM to deploy to computer labs in a university, only thing that seems to work is the qr switch as follows "%~dp0setup.exe" /v"/qr ALLUSERS=1 START_GATEWAY=0 /l*v C:\logfiles\MS22.log" which only works when its run by a logged in user, it won’t deploy silently to a lab. Without a working silent install we wont be able to deploy it to all the labs we want it in. Is there a working silent install?