Is there a guide to using Arduino IDE 2.x in the classroom? Our computers have multiple users logging in without admin access. We also use Deep Freeze, a system state restore software. From what I gathered in reading through multiple topics is that this is almost an impossible task. The problems are:
1: Installing for all users in the Program Files directory. (There is a command line install that seems to work)
2: Installing the board libraries as admin without users having to install them each time they log in. It would be nice to be able to select them in the installer instead of having to open the app and install them individually.
3: When the user launches the app, it asks for Firewall access for mdns-discovery.exe for each user. Since these users are not admin, they cannot accept this popup. The firewall adds a /user/{username}/appdata.../mdns-discovery.exe to the rules. Since this is different for each user, it can't be added administratively.
4: Sometimes the app hangs when starting unless you run as admin. This looks like it's trying to access something in the administrators arduino folder. If I remove the .arduinoIDE folder in the users/default, this seems to fix the problem.
These are just the problems I ran into. I know that there are other issues as well, since I ran across these in the threads. I have a test computer setup and am willing to help with the guide/screen shots. Thank you.