Hello!
I need to distribute ArduinoIDE 2.3.6 silently via SCCM to our Computer Labs at the uni.
I've managed to make a powershell script that installs the application, boards, libs, drivers and certs silent.
As default, boards and libs are installed in the userprofile folder. I need them installed for all users though. And I've managed to get boards and libs to install for all users. But when starting ArduinoIDE it only sees the installed boards, not the libs.
Help appreciated.