-
-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Describe the problem
The issue is that both the installer version of arduino and the portable have it so when a user launches the core program, a folder is made in said users app data folder in windows with the mdns discovery app. This app needs firewall access and will prompt the end user about this at launch. The issue is that A non admin cannot allow access. So normally we would create a firewall exception however, windows firewall doesn’t allow variable paths to an executable which is what is needed since the path is always going to change to reflect the username of whoever is signed into windows. I’ve installed the latest arduino and the problem persists and is seriously holding up an entire image.
To reproduce
Open the program
Expected behavior
The application should always be in a static location to allow an exception to be made in windows firewall.
Arduino IDE version
Whichever the latest is
Operating system
Windows
Operating system version
Windows 10 LTSC 2021
Additional context
Additional reports
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details