minor updates.

This commit is contained in:
Iaan
2016-07-29 15:57:56 -07:00
parent 92b75e9788
commit 739a93f032
2 changed files with 2 additions and 22 deletions

View File

@ -39,7 +39,7 @@ You can disable enhanced notifications on individual endpoints by configuring th
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
``` ```
5. Double-click the **Notifications_Suppress** value and set it to **1**. 5. Double-click the **Notification_Suppress** value and set it to **1**.
![Image of enhanced notification suppression in Registry Editor](images/defender/ux-config-key.png) ![Image of enhanced notification suppression in Registry Editor](images/defender/ux-config-key.png)

View File

@ -62,27 +62,10 @@ In Configuration Manager, you can identify the status of endpoints by navigating
## Manage notifications ## Manage notifications
<a name="manage-notifications"></a> <a name="manage-notifications"></a>
You can suppress Windows Defender Offline notifications by modifying the registry or with Group Policy. You can suppress Windows Defender Offline notifications with Group Policy.
>[!NOTE]Changing these settings will affect *all* notifications from Windows Defender. Disabling notifications will mean the endpoint user will not see any messages about any threats detected, removed, or if additional steps are required. >[!NOTE]Changing these settings will affect *all* notifications from Windows Defender. Disabling notifications will mean the endpoint user will not see any messages about any threats detected, removed, or if additional steps are required.
**Use the registry to disable Windows Defender notifications on individual endpoints:**
1. Click **Start**, type **Run**, and press **Enter**.
2. From the **Run** dialog box, type **regedit** and press **Enter**.
4. In the **Registry Editor** navigate to the **ux configuration** key under:
```text
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\ux configuration
```
5. Double-click the **Notifications_Suppress** value and set it to **1**.
![Image of enhanced notification suppression in Registry Editor](images/defender/ux-config-key.png)
**Use Group Policy to suppress Windows Defender notifications:** **Use Group Policy to suppress Windows Defender notifications:**
1. On your Group Policy management machine, open the [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), right-click the Group Policy Object you want to configure and click **Edit**. 1. On your Group Policy management machine, open the [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), right-click the Group Policy Object you want to configure and click **Edit**.
@ -166,9 +149,6 @@ For more information about using Windows Management Instrumentation to run a sca
- [MSFT_MpWDOScan class article](https://msdn.microsoft.com/library/windows/desktop/mt622458(v=vs.85).aspx) - [MSFT_MpWDOScan class article](https://msdn.microsoft.com/library/windows/desktop/mt622458(v=vs.85).aspx)
To run Windows Defender Offline remotely, xxx. <span style="background-color:yellow">{{How do we do this? Still in pipeline?}}</span>
**Run Windows Defender Offline using PowerShell:** **Run Windows Defender Offline using PowerShell:**
Use the PowerShell parameter `Start-MpWDOScan` to run a Windows Defender Offline scan. Use the PowerShell parameter `Start-MpWDOScan` to run a Windows Defender Offline scan.