deshabilitar_antivirus_defender

This is an old revision of the document!


How to Suspend the Microsoft Defender Antivirus Protection?

You can disable Microsoft Defender real-time protection as follows:

Set-MpPreference -DisableRealtimeMonitoring $true

Disable cloud-based protection:

Set-MpPreference -MAPSReporting 0​

This will suspend antivirus protection in Windows until the next restart.

Permanantly disable the real time protection

  1. Run the gpedit.msc console;
  2. Go to the following GPO section: Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus;
  3. Find the parameter named Turn off Windows Defender Antivirus on the right pane;
  4. Change its value to Enabled;

https://theitbros.com/managing-windows-defender-using-powershell/

deshabilitar_antivirus_defender.1729201353.txt.gz · Last modified: 2024/10/17 21:42 by 127.0.0.1