Skip to content

Commit a825a8c

Browse files
committed
Update microsoft-defender-endpoint-antivirus-performance-mode.md
1 parent b0df675 commit a825a8c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

defender-endpoint/microsoft-defender-endpoint-antivirus-performance-mode.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ For more information about Dev Drive, see: [Set up a Dev Drive on Windows 11](/w
6262
By default, to give the best possible performance, creating a Dev Drive automatically grants trust in the new volume. A trusted Dev Drive volume causes real-time protection to run in a special asynchronous performance mode for that volume. Running performance mode provides a balance between threat protection and performance. The balance is achieved by deferring security scans until after the open file operation has completed, instead of performing the security scan synchronously while the file operation is being processed. This mode of performing security scans inherently provides faster performance, but with less protection. However, enabling performance mode provides significantly better protection than other performance tuning methods, such as using folder exclusions, which block security scans altogether.
6363

6464
> [!NOTE]
65-
> Does not apply for high cpu or high memory usage in Microsoft Defender Antivirus service (MsMpEng.exe or WinDefend or Antimalware Service Executable). If you are troubleshooting a high cpu usage, instead use the Microsoft Defender Antivirus [Performance Analyzer](/defender-endpoint/tune-performance-defender-antivirus) to narrow down to the hot processes/paths and add them to the exclusions. Tip: Use [Contextual exclusions](/defender-endpoint/configure-contextual-file-folder-exclusions-microsoft-defender-antivirus) to target real-time protection (RTP).
65+
> Using performance mode doesn't apply to high cpu or high memory usage scenarios with Microsoft Defender Antivirus services (`MsMpEng.exe`, `WinDefend`, or Antimalware Service Executable). If you are troubleshooting a high cpu usage, instead use the Microsoft Defender Antivirus [Performance Analyzer](/defender-endpoint/tune-performance-defender-antivirus) to narrow down to the hot processes/paths and add them to the exclusions. Tip: Use [Contextual exclusions](/defender-endpoint/configure-contextual-file-folder-exclusions-microsoft-defender-antivirus) to target real-time protection (RTP).
6666
The following table summarizes performance mode synchronous and asynchronous scan behavior.
6767

6868
| Performance mode state | Scan type | Description | Summary |
6969
|:---|:---|:---|:---|
70-
|Not enabled (Off) | **Synchronous** <br> (Real-time protection) | Opening a file initiates a real-time protection scan. | Open now, scan now. |
70+
|Not enabled (Off) | **Synchronous** <br/> (Real-time protection) | Opening a file initiates a real-time protection scan. | Open now, scan now. |
7171
|Enabled (On) | **Asynchronous** | File open operations are scanned asynchronously. | Open now, scan later. |
7272

7373
An untrusted Dev Drive doesn't have the same benefits as a trusted Dev Drive. Security runs in synchronous, real-time protection mode when a Dev Drive is untrusted. Real-time protection scans can affect performance.
@@ -84,29 +84,29 @@ Enable performance mode status via the OMA-URI settings shown in the following t
8484

8585
| Setting | Value |
8686
| -------- | -------- |
87-
|OMA-URI:| ./Device/Vendor/MSFT/Defender/Configuration/PerformanceModeStatus |
87+
|OMA-URI:| `./Device/Vendor/MSFT/Defender/Configuration/PerformanceModeStatus` |
8888
|Data type|Integer|
8989
|Value|0|
9090

91-
0 = Enable (default)
92-
1 = Disable
91+
`0` = `Enable` (default)
92+
`1` = `Disable`
9393

9494
### Group Policy
9595

96-
1. In GPMC.msc or GPedit.msc, go to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Microsoft Defender Antivirus** > **Real-time Protection**.
96+
1. Using your Group Policy Management Console or Group Policy Editor, go to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Microsoft Defender Antivirus** > **Real-time Protection**.
9797

9898
2. Double-click **Configure performance mode status**.
9999

100100
:::image type="content" alt-text="Screenshot of Defender Performance Mode 10." source="media/microsoft-defender-endpoint-antivirus-performance-mode/defender-performance-mode-10.png" lightbox="media/microsoft-defender-endpoint-antivirus-performance-mode/defender-performance-mode-10.png":::
101101

102-
1. Select **Enabled**.
102+
2. Select **Enabled**.
103103

104104
![Screenshot of Defender Performance Mode 11.](media/microsoft-defender-endpoint-antivirus-performance-mode/defender-performance-mode-11.png)
105105

106-
4. Select **Apply**, and then select **OK**.
106+
3. Select **Apply**, and then select **OK**.
107107

108108
> [!NOTE]
109-
> The updated Group Policy Template **Configure performance mode status** under Real-Time Protection is only available after you install the 24H2 update.
109+
> The updated Group Policy Template **Configure performance mode status**, located under **Real-Time Protection** is only available after you install the [Windows 11 2024 Update (24H2)](https://www.microsoft.com/en-us/download/details.aspx?id=106254&msockid=361c21bb46b6605111133499470c6155).
110110
111111
### PowerShell
112112

@@ -130,9 +130,9 @@ To verify that Dev Drive and Defender Performance Mode is enabled, follow these
130130

131131
|Drive| Status|
132132
| -------- | -------- |
133-
| C: |Since the system drive (for example, C: or D:) drive is formatted with NTFS, it's not eligible for Defender Performance mode.|
134-
|D:|Dev Drive is enabled but Defender Performance mode isn't enabled.|
135-
|F:|Dev Drive is enabled, and Defender Performance mode is enabled.|
133+
| `C:` |Since the system drive (for example, C: or D:) drive is formatted with NTFS, it's not eligible for Defender Performance mode.|
134+
|`D:`|Dev Drive is enabled but Defender Performance mode isn't enabled.|
135+
|`F:`|Dev Drive is enabled, and Defender Performance mode is enabled.|
136136

137137
## See also
138138

0 commit comments

Comments
 (0)