Update microsoft-defender-antivirus-on-windows-server-2016.md

ForceDefenderPassiveMode does not exist, the correct setting is ForcePassiveMode
see /amcore/Antimalware/Source/Published/inc/mpconfignames.h
This commit is contained in:
Kurt Sarens 2021-02-17 22:02:13 +01:00 committed by GitHub
parent 4598ae5f56
commit e21d9474ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ If you are using a non-Microsoft antivirus product as your primary antivirus sol
If you are using Windows Server, version 1803 or Windows Server 2019, you can set Microsoft Defender Antivirus to passive mode by setting the following registry key:
- Path: `HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection`
- Name: `ForceDefenderPassiveMode`
- Name: `ForcePassiveMode`
- Type: `REG_DWORD`
- Value: `1`