Windows Defender可能会影响您的构建性能

问题描述:

在我将Pycharm IDE从19.1.2更新到19.2.0之后.我收到以下警告:

After I updated my Pycharm IDE to 19.2.0 from the 19.1.2. I am getting the following warning:

"Windows Defender might be impacting your build performance. PyCharm checked 
thefollowing directories:
C:\Workspace\Projects\576_UniversityTwitter 
C:\Users\Burak\.PyCharmCE2019.2\system 
C:\Users\Burak\.gradle

您认为它是安全的,必要的并且确实可以提高性能吗?

Do you think that it is secure, necessary and really improve the performance?

您需要在Windows安全性的排除列表中排除这些目录.

You need to exclude those directories in your Windows Security's Exclusion list.

  1. 在Windows搜索栏中输入 Windows安全性
  2. 点击病毒和恶意软件;威胁防护
  3. 病毒和恶意软件下威胁防护设置标题,请点击管理设置
  4. 排除项标题下,点击添加或删除排除项
  5. 点击添加排除项
  6. 选择类型文件夹
  7. 输入目录
  8. 您完成了
  1. Type Windows Security in your windows Search bar
  2. Click Virus & threat protection
  3. Under Virus & threat protection settings header, click Manage Settings
  4. Under Exclusions header, click Add or remove exclusions
  5. Click Add an exclusion
  6. Select type Folder
  7. Enter the directory
  8. You are done


是的,它是安全的,必要的,并且由于默认情况下在Windows Defender中启用了实时扫描,因此可以真正提高性能. 阅读此内容:将防病毒软件对构建的影响最小化速度.


Yes it is secure, necessary and really improves the performance as the real-time scanning is enabled in Windows defender by default. Read this: Minimize the impact of antivirus software on build speed.