In Windows Server 2016 and other Windows server operating systems enabling "Windows Security Center" will not disable Windows Defender.
In Windows Server 2016 and other server Operating systems enabling "Windows Security Center" will not disable Windows Defender. Instead, it must be disabled manually if needed.
1) Disable it through Powershell: 1. Open PowerShell as Administrator. 2. Type the following command: Set-MpPreference -DisableRealtimeMonitoring $true 2) To Uninstall Windows Defender: 1. Open PowerShell as Administrator. 2. Type the following command and press Type the following command and press Enter: Uninstall-WindowsFeature -Name Windows-Defender