If you using a 3rd party AV on Windows server 2016 or 2019 the Windows Defender Antivirus is locked in to active mode regardless of set up.
The options are to use the registry key to switch it to passive mode
- Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection
- Name: ForceDefenderPassiveMode
- Type: REG_DWORD
- Value: 1
Or uninstall which can be done via PowerShell
- Uninstall-WindowsFeature -Name Windows-Defender
- Uninstall-WindowsFeature -Name Windows-Defender-GUI
No comments:
Post a Comment