


The “Virus and threat protection” menu is where Windows Defender is set up. The Defender GUI in Windows Server 2019 is based on the APPX programme and may be accessed via the Windows Security app (Settings -> Update and Security). Uninstall-WindowsFeature -Name Windows-Defender-GUI The following PowerShell command is used to uninstall the Defender GUI: Install-WindowsFeature -Name Windows-Defender-GUI You can also use PowerShell to enable the Windows Defender antivirus GUI: The Server Manager console (Add Roles and Features -> Features -> Windows Defender Features -> GUI for Windows Defender feature) can be used to instal the Windows Defender graphical interface on Windows Server 2016. Get-WindowsFeature | Where-Object |īy default, Windows Server 2016 does not have a Windows Defender Antivirus GUI. You may use PowerShell to see if Windows Defender Antivirus is installed: The Windows Defender Antivirus engine is included into Windows Server 20 (including the Core edition). We’ll look at the features of Windows Defender on Windows Server 2019/2016 in this article.Įnable Windows Defender GUI on Windows Server (Since Windthe name Microsoft Defender is used). Windows Defender Antivirus is a free built-in antivirus programme from Microsoft that comes preinstalled on Windows Server 20.
