Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undo "Don't show again" for Windows Defender prompt in IntelliJ IDEA

While using Idea, it pops up 'Windows Defender might be impacting your build performance. I click "Don't show again" & "Don't show again for this project" by mistake. I tried a lot of ways, but not work. How can I undo this operation? enter image description here

like image 327
Osefer Avatar asked Nov 06 '22 10:11

Osefer


1 Answers

Seems it can only be resetted manually, in my case:

%USERPROFILE%\.PhpStorm2019.2\config\options\other.xml

Set it to false

<property name="ignore.virus.scanning.warn.message" value="false" />
like image 55
Yehor Avatar answered Nov 27 '22 03:11

Yehor