You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Alessandro <al...@gmail.com> on 2020/02/06 17:34:20 UTC

NetBeans and Windows Defender

Hi all,
  Windows users often report performance issues caused by the Windows
Defender native antivirus software. It would be great if NetBeans could
detect Windows Defender running and warn the users at startup.

Here
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java
is what Intellij IDEA Community does to detect Windows Defender and even
add some folders to the ignore list.

That code could be adapted to have a similar functionality in NetBeans. The
code is Apache 2.0 licensed but cannot be used as it is.

Any Windows based takers?

Regards,
Alex

Re: NetBeans and Windows Defender

Posted by Laszlo Kishalmi <la...@gmail.com>.
Good catch! It would be nice some implementation on this in 12.0.

Now really need that volunteer committer using Windows.

On 2/6/20 9:34 AM, Alessandro wrote:
> Hi all,
>    Windows users often report performance issues caused by the Windows
> Defender native antivirus software. It would be great if NetBeans could
> detect Windows Defender running and warn the users at startup.
>
> Here
> https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java
> is what Intellij IDEA Community does to detect Windows Defender and even
> add some folders to the ignore list.
>
> That code could be adapted to have a similar functionality in NetBeans. The
> code is Apache 2.0 licensed but cannot be used as it is.
>
> Any Windows based takers?
>
> Regards,
> Alex
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists