Skip to content

Commit 8ae8d35

Browse files
committed
Learn Editor: Update defender-antivirus-compatibility-without-mde.md
1 parent fa603df commit 8ae8d35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

defender-endpoint/defender-antivirus-compatibility-without-mde.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,20 @@ gsv WinDefend, WdBoot, WdFilter, WdNisSvc, WdNisDrv | ft -auto DisplayName, Name
6767

6868
**A:** We don't support the manual modification of the start type of the services and drivers for Microsoft Defender Antivirus in Windows images. On Windows clients, the supported method is by your non-Microsoft antivirus registering in Windows Security Center (WSC) api. Or, on Windows Server, you can uninstall the Microsoft Defender Antivirus feature by using roles and features MMC or by running the following PowerShell command (as an administrator):
6969

70+
Windows Server 2019 and newer
7071
```powershell
7172
7273
Uninstall-WindowsFeature Windows-Defender
7374
7475
```
7576

77+
Windows Server 2016
78+
```powershell
79+
80+
Uninstall-WindowsFeature Windows-Defender
81+
Uninstall-WindowsFeature Windows-Defender-Gui
82+
```
83+
7684
**Q:** Can I use Microsoft Defender Antivirus in passive mode without onboarding to Microsoft Defender for Endpoint?
7785

7886
**A:** No. Passive mode is a functionality in Microsoft Defender for Endpoint Plan 2.

0 commit comments

Comments
 (0)