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
- Run the gpedit.msc console;
- Go to the following GPO section: Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus;
- Find the parameter named Turn off Windows Defender Antivirus on the right pane;
- Change its value to Enabled;
https://theitbros.com/managing-windows-defender-using-powershell/
deshabilitar_antivirus_defender.1720138853.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
