arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.13k stars 7k forks source link

Conflict with Windows Defender. #11814

Closed avandalen closed 2 years ago

avandalen commented 2 years ago

See the topic here: https://forum.arduino.cc/t/java-io-ioexception-when-saving/1023157

I have found the cause of the problem: there is a conflict with Windows Defender. The solution is to exclude any files opened by Arduino.exe from Windows Defender.

This is the procedure: Start > Settings > Update & Security > Windows Security > Virus & threat protection > Manage settings > Exclusions > Add or remove exclusions > (Windows security YES) > Add an exclusion: C:\Program Files (x86)\Arduino\arduino.exe

per1234 commented 2 years ago

Thanks for taking the time to share your solution @avandalen.

Since there doesn't seem to be anything that could be done to fix or mitigate the problem in the files hosted under this repository (by design, antivirus software will not support a 3rd party application automatically excluding itself), I will close this.

It will continue to serve as a reference to other affected users.