mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
add notifications csp
This commit is contained in:
parent
c1d2e8f6d4
commit
7e7a66abfd
@ -1,293 +1,316 @@
|
|||||||
---
|
---
|
||||||
title: Policy CSP - Notifications
|
title: Notifications Policy CSP
|
||||||
description: Block applications from using the network to send tile, badge, toast, and raw notifications for Policy CSP - Notifications.
|
description: Learn more about the Notifications Area in Policy CSP
|
||||||
|
author: vinaypamnani-msft
|
||||||
|
manager: aaroncz
|
||||||
ms.author: vinpa
|
ms.author: vinpa
|
||||||
ms.topic: article
|
ms.date: 12/20/2022
|
||||||
|
ms.localizationpriority: medium
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-manage
|
ms.technology: itpro-manage
|
||||||
author: vinaypamnani-msft
|
ms.topic: reference
|
||||||
ms.localizationpriority: medium
|
|
||||||
ms.date: 09/27/2019
|
|
||||||
ms.reviewer:
|
|
||||||
manager: aaroncz
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
|
<!-- Notifications-Begin -->
|
||||||
# Policy CSP - Notifications
|
# Policy CSP - Notifications
|
||||||
|
|
||||||
<hr/>
|
<!-- Notifications-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- Notifications-Editable-End -->
|
||||||
|
|
||||||
<!--Policies-->
|
<!-- DisallowCloudNotification-Begin -->
|
||||||
## Notifications policies
|
## DisallowCloudNotification
|
||||||
|
|
||||||
<dl>
|
<!-- DisallowCloudNotification-Applicability-Begin -->
|
||||||
<dd>
|
| Scope | Editions | Applicable OS |
|
||||||
<a href="#notifications-disallowcloudnotification">Notifications/DisallowCloudNotification</a>
|
|:--|:--|:--|
|
||||||
</dd>
|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
|
||||||
<dd>
|
<!-- DisallowCloudNotification-Applicability-End -->
|
||||||
<a href="#notifications-disallownotificationmirroring">Notifications/DisallowNotificationMirroring</a>
|
|
||||||
</dd>
|
|
||||||
<dd>
|
|
||||||
<a href="#notifications-disallowtilenotification">Notifications/DisallowTileNotification</a>
|
|
||||||
</dd>
|
|
||||||
<dd>
|
|
||||||
<a href="#notifications-wnsendpoint">Notifications/WnsEndpoint</a>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
|
<!-- DisallowCloudNotification-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/Notifications/DisallowCloudNotification
|
||||||
|
```
|
||||||
|
<!-- DisallowCloudNotification-OmaUri-End -->
|
||||||
|
|
||||||
<hr/>
|
<!-- DisallowCloudNotification-Description-Begin -->
|
||||||
|
<!-- Description-Source-ADMX -->
|
||||||
|
This policy setting blocks applications from using the network to send notifications to update tiles, tile badges, toast, or raw notifications. This policy setting turns off the connection between Windows and the Windows Push Notification Service (WNS). This policy setting also stops applications from being able to poll application services to update tiles.
|
||||||
|
|
||||||
<!--Policy-->
|
If you enable this policy setting, applications and system features will not be able receive notifications from the network from WNS or via notification polling APIs.
|
||||||
<a href="" id="notifications-disallowcloudnotification"></a>**Notifications/DisallowCloudNotification**
|
|
||||||
|
|
||||||
<!--SupportedSKUs-->
|
|
||||||
|
|
||||||
|Edition|Windows 10|Windows 11|
|
|
||||||
|--- |--- |--- |
|
|
||||||
|Home|No|No|
|
|
||||||
|Pro|Yes|Yes|
|
|
||||||
|Windows SE|No|Yes|
|
|
||||||
|Business|Yes|Yes|
|
|
||||||
|Enterprise|Yes|Yes|
|
|
||||||
|Education|Yes|Yes|
|
|
||||||
|
|
||||||
<!--/SupportedSKUs-->
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--Scope-->
|
|
||||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
|
||||||
|
|
||||||
> [!div class = "checklist"]
|
|
||||||
> * Device
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--/Scope-->
|
|
||||||
<!--Description-->
|
|
||||||
This policy setting blocks application from using the network to send tile, badge, toast, and raw notifications. Specifically, this policy setting turns off the connection between Windows and the Windows Push Notification Service (WNS). This policy setting also stops applications from being able to use [periodic (polling) notifications](/windows/uwp/design/shell/tiles-and-notifications/periodic-notification-overview).
|
|
||||||
|
|
||||||
If you enable this policy setting, applications and system features won't be able to receive notifications from the network from WNS or via notification polling APIs.
|
|
||||||
|
|
||||||
If you enable this policy setting, notifications can still be raised by applications running on the machine via local API calls from within the application.
|
If you enable this policy setting, notifications can still be raised by applications running on the machine via local API calls from within the application.
|
||||||
|
|
||||||
If you disable or don't configure this policy setting, the client computer will connect to WNS at user sign in, and applications will be allowed to use periodic (polling) notifications.
|
If you disable or do not configure this policy setting, the client computer will connect to WNS at user login and applications will be allowed to poll for tile notification updates in the background.
|
||||||
|
|
||||||
No reboots or service restarts are required for this policy setting to take effect.
|
No reboots or service restarts are required for this policy setting to take effect.
|
||||||
|
<!-- DisallowCloudNotification-Description-End -->
|
||||||
|
|
||||||
|
<!-- DisallowCloudNotification-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
|
||||||
|
For more information on application services to update tiles, see [Periodic notification overview](/windows/apps/design/shell/tiles-and-notifications/periodic-notification-overview).
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> This policy is designed for zero exhaust. This policy may cause some MDM processes to break because WNS notification is used by the MDM server to send real time tasks to the device, such as remote wipe, unenroll, remote find, and mandatory app installation. When this policy is set to disallow WNS, those real time processes will no longer work and some time-sensitive actions such as remote wipe when the device is stolen or unenrollment when the device is compromised will not work.
|
> This policy is designed for zero exhaust. This policy may cause some MDM processes to break. The MDM server uses WNS notifications to send real time tasks to the device. Some example tasks include remote wipe, unenroll, remote find, and mandatory app installation. When this policy is set to disallow WNS, those real time processes will no longer work. Some time-sensitive actions also won't work, such as remote wipe or unenrollment. You would use these time-sensitive actions when the device is stolen or compromised.
|
||||||
|
|
||||||
<!--/Description-->
|
To validate the configuration:
|
||||||
<!--ADMXMapped-->
|
|
||||||
ADMX Info:
|
|
||||||
- GP Friendly name: *Turn off notifications network usage*
|
|
||||||
- GP name: *NoCloudNotification*
|
|
||||||
- GP path: *Start Menu and Taskbar/Notifications*
|
|
||||||
- GP ADMX file name: *WPN.admx*
|
|
||||||
|
|
||||||
<!--/ADMXMapped-->
|
1. Enable this policy.
|
||||||
<!--SupportedValues-->
|
1. Restart the computer.
|
||||||
This setting supports a range of values between 0 and 1.
|
1. Make sure that you can't receive a notification from an app like Facebook when the app isn't running.
|
||||||
|
|
||||||
<!--/SupportedValues-->
|
<!-- DisallowCloudNotification-Editable-End -->
|
||||||
<!--Validation-->
|
|
||||||
Validation:
|
|
||||||
1. Enable policy.
|
|
||||||
2. Reboot machine.
|
|
||||||
3. Ensure that you can't receive a notification from Facebook app while FB app isn't running.
|
|
||||||
|
|
||||||
<!--/Validation-->
|
<!-- DisallowCloudNotification-DFProperties-Begin -->
|
||||||
<!--/Policy-->
|
**Description framework properties**:
|
||||||
|
|
||||||
<hr/>
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- DisallowCloudNotification-DFProperties-End -->
|
||||||
|
|
||||||
<!--Policy-->
|
<!-- DisallowCloudNotification-AllowedValues-Begin -->
|
||||||
<a href="" id="notifications-disallownotificationmirroring"></a>**Notifications/DisallowNotificationMirroring**
|
**Allowed values**:
|
||||||
|
|
||||||
<!--SupportedSKUs-->
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Enable cloud notification. |
|
||||||
|
| 1 | Disable cloud notification. |
|
||||||
|
<!-- DisallowCloudNotification-AllowedValues-End -->
|
||||||
|
|
||||||
|Edition|Windows 10|Windows 11|
|
<!-- DisallowCloudNotification-GpMapping-Begin -->
|
||||||
|--- |--- |--- |
|
**Group policy mapping**:
|
||||||
|Home|No|No|
|
|
||||||
|Pro|Yes|Yes|
|
|
||||||
|Windows SE|No|Yes|
|
|
||||||
|Business|Yes|Yes|
|
|
||||||
|Enterprise|Yes|Yes|
|
|
||||||
|Education|Yes|Yes|
|
|
||||||
|
|
||||||
<!--/SupportedSKUs-->
|
| Name | Value |
|
||||||
<hr/>
|
|:--|:--|
|
||||||
|
| Name | NoCloudNotification |
|
||||||
|
| Friendly Name | Turn off notifications network usage |
|
||||||
|
| Location | Computer Configuration |
|
||||||
|
| Path | Start Menu and Taskbar > Notifications |
|
||||||
|
| Registry Key Name | SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications |
|
||||||
|
| Registry Value Name | NoCloudApplicationNotification |
|
||||||
|
| ADMX File Name | WPN.admx |
|
||||||
|
<!-- DisallowCloudNotification-GpMapping-End -->
|
||||||
|
|
||||||
<!--Scope-->
|
<!-- DisallowCloudNotification-Examples-Begin -->
|
||||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- DisallowCloudNotification-Examples-End -->
|
||||||
|
|
||||||
> [!div class = "checklist"]
|
<!-- DisallowCloudNotification-End -->
|
||||||
> * User
|
|
||||||
|
|
||||||
<hr/>
|
<!-- WnsEndpoint-Begin -->
|
||||||
|
## WnsEndpoint
|
||||||
|
|
||||||
<!--/Scope-->
|
<!-- WnsEndpoint-Applicability-Begin -->
|
||||||
<!--Description-->
|
| Scope | Editions | Applicable OS |
|
||||||
Boolean value that turns off notification mirroring.
|
|:--|:--|:--|
|
||||||
|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later |
|
||||||
|
<!-- WnsEndpoint-Applicability-End -->
|
||||||
|
|
||||||
For each user signed in to the device, if you enable this policy (set value to 1), the app and system notifications received by this user on this device won't get mirrored to other devices of the same signed-in user. If you disable or don't configure this policy (set value to 0), the notifications received by this user on this device will be mirrored to other devices of the same signed-in user. This feature can be turned off by apps that don't want to participate in Notification Mirroring. This feature can also be turned off by the user in the Cortana setting page.
|
<!-- WnsEndpoint-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/Notifications/WnsEndpoint
|
||||||
|
```
|
||||||
|
<!-- WnsEndpoint-OmaUri-End -->
|
||||||
|
|
||||||
No reboot or service restart is required for this policy to take effect.
|
<!-- WnsEndpoint-Description-Begin -->
|
||||||
|
<!-- Description-Source-DDF -->
|
||||||
|
FQDN for the WNS endpoint
|
||||||
|
<!-- WnsEndpoint-Description-End -->
|
||||||
|
|
||||||
<!--/Description-->
|
<!-- WnsEndpoint-Editable-Begin -->
|
||||||
<!--ADMXMapped-->
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
ADMX Info:
|
|
||||||
- GP Friendly name: *Turn off notification mirroring*
|
|
||||||
- GP name: *NoNotificationMirroring*
|
|
||||||
- GP path: *Start Menu and Taskbar/Notifications*
|
|
||||||
- GP ADMX file name: *WPN.admx*
|
|
||||||
|
|
||||||
<!--/ADMXMapped-->
|
This policy setting determines which Windows Notification Service (WNS) endpoint will be used to connect for Windows push notifications.
|
||||||
<!--SupportedValues-->
|
|
||||||
The following list shows the supported values:
|
|
||||||
|
|
||||||
- 0 (default) – enable notification mirroring.
|
If you disable or don't configure this setting, the push notifications will connect to the default endpoint of `client.wns.windows.com`.
|
||||||
- 1 - disable notification mirroring.
|
|
||||||
|
|
||||||
<!--/SupportedValues-->
|
|
||||||
<!--/Policy-->
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--Policy-->
|
|
||||||
<a href="" id="notifications-disallowtilenotification"></a>**Notifications/DisallowTileNotification**
|
|
||||||
|
|
||||||
<!--SupportedSKUs-->
|
|
||||||
|
|
||||||
|Edition|Windows 10|Windows 11|
|
|
||||||
|--- |--- |--- |
|
|
||||||
|Home|No|No|
|
|
||||||
|Pro|Yes|Yes|
|
|
||||||
|Windows SE|No|Yes|
|
|
||||||
|Business|Yes|Yes|
|
|
||||||
|Enterprise|Yes|Yes|
|
|
||||||
|Education|Yes|Yes|
|
|
||||||
|
|
||||||
<!--/SupportedSKUs-->
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--Scope-->
|
|
||||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
|
||||||
|
|
||||||
> [!div class = "checklist"]
|
|
||||||
> * User
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--/Scope-->
|
|
||||||
<!--Description-->
|
|
||||||
This policy setting turns off tile notifications.
|
|
||||||
|
|
||||||
If you enable this policy setting, applications and system features won't be able to update their tiles and tile badges in the Start screen.
|
|
||||||
|
|
||||||
If you disable or don't configure this policy setting, tile and badge notifications are enabled and can be turned off by the administrator or user.
|
|
||||||
|
|
||||||
No reboots or service restarts are required for this policy setting to take effect.
|
|
||||||
|
|
||||||
<!--/Description-->
|
|
||||||
<!--ADMXMapped-->
|
|
||||||
ADMX Info:
|
|
||||||
- GP Friendly name: *Turn off tile notifications*
|
|
||||||
- GP name: *NoTileNotification*
|
|
||||||
- GP path: *Start Menu and Taskbar/Notifications*
|
|
||||||
- GP ADMX file name: *WPN.admx*
|
|
||||||
|
|
||||||
<!--/ADMXMapped-->
|
|
||||||
<!--SupportedValues-->
|
|
||||||
This setting supports a range of values between 0 and 1.
|
|
||||||
|
|
||||||
<!--/SupportedValues-->
|
|
||||||
<!--Validation-->
|
|
||||||
Validation:
|
|
||||||
1. Enable policy.
|
|
||||||
2. Reboot machine.
|
|
||||||
3. Ensure that all tiles are default (no live tile content showing, like no weather forecast on the Weather tile).
|
|
||||||
|
|
||||||
<!--/Validation-->
|
|
||||||
<!--/Policy-->
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--Policy-->
|
|
||||||
<a href="" id="notifications-wnsendpoint"></a>**Notifications/WnsEndpoint**
|
|
||||||
|
|
||||||
<!--SupportedSKUs-->
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>Edition</th>
|
|
||||||
<th>Windows 10</th>
|
|
||||||
<th>Windows 11</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Home</td>
|
|
||||||
<td>No</td>
|
|
||||||
<td>No</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Pro</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Business</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Enterprise</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Education</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!--/SupportedSKUs-->
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--Scope-->
|
|
||||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
|
||||||
|
|
||||||
> [!div class = "checklist"]
|
|
||||||
> * Machine
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<!--/Scope-->
|
|
||||||
<!--Description-->
|
|
||||||
This policy setting determines which Windows Notification Service endpoint will be used to connect for Windows Push Notifications.
|
|
||||||
|
|
||||||
If you disable or don't configure this setting, the push notifications will connect to the default endpoint of client.wns.windows.com.
|
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Ensure the proper WNS FQDNs, VIPs, IPs and Ports are also allowlisted from your firewall settings.
|
> Make sure the proper WNS FQDNs, VIPs, IPs and ports are also allowed through the firewall.
|
||||||
|
|
||||||
<!--/Description-->
|
<!-- WnsEndpoint-Editable-End -->
|
||||||
<!--ADMXMapped-->
|
|
||||||
ADMX Info:
|
|
||||||
- GP Friendly name: *Required for Airgap servers that may have a unique FQDN that is different from the public endpoint*
|
|
||||||
- GP name: *WnsEndpoint*
|
|
||||||
- GP path: *Start Menu and Taskbar/Notifications*
|
|
||||||
- GP ADMX file name: *WPN.admx*
|
|
||||||
|
|
||||||
<!--/ADMXMapped-->
|
<!-- WnsEndpoint-DFProperties-Begin -->
|
||||||
<!--SupportedValues-->
|
**Description framework properties**:
|
||||||
If the policy isn't specified, we'll default our connection to client.wns.windows.com.
|
|
||||||
|
|
||||||
<!--/SupportedValues-->
|
| Property name | Property value |
|
||||||
<!--/Policy-->
|
|:--|:--|
|
||||||
<hr/>
|
| Format | chr (string) |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
<!-- WnsEndpoint-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- WnsEndpoint-GpMapping-Begin -->
|
||||||
|
**Group policy mapping**:
|
||||||
|
|
||||||
<!--/Policies-->
|
| Name | Value |
|
||||||
|
|:--|:--|
|
||||||
|
| Name | WnsEndpoint_Policy |
|
||||||
|
| Friendly Name | Enables group policy for the WNS FQDN |
|
||||||
|
| Element Name | FQDN for WNS |
|
||||||
|
| Location | Computer Configuration |
|
||||||
|
| Path | Start Menu and Taskbar > Notifications |
|
||||||
|
| Registry Key Name | SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications |
|
||||||
|
| ADMX File Name | WPN.admx |
|
||||||
|
<!-- WnsEndpoint-GpMapping-End -->
|
||||||
|
|
||||||
## Related topics
|
<!-- WnsEndpoint-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- WnsEndpoint-Examples-End -->
|
||||||
|
|
||||||
|
<!-- WnsEndpoint-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Begin -->
|
||||||
|
## DisallowNotificationMirroring
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| :x: Device <br> :heavy_check_mark: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1607 [10.0.14393] and later |
|
||||||
|
<!-- DisallowNotificationMirroring-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-OmaUri-Begin -->
|
||||||
|
```User
|
||||||
|
./User/Vendor/MSFT/Policy/Config/Notifications/DisallowNotificationMirroring
|
||||||
|
```
|
||||||
|
<!-- DisallowNotificationMirroring-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Description-Begin -->
|
||||||
|
<!-- Description-Source-ADMX -->
|
||||||
|
This policy setting turns off notification mirroring.
|
||||||
|
|
||||||
|
If you enable this policy setting, notifications from applications and system will not be mirrored to your other devices.
|
||||||
|
|
||||||
|
If you disable or do not configure this policy setting, notifications will be mirrored, and can be turned off by the administrator or user.
|
||||||
|
|
||||||
|
No reboots or service restarts are required for this policy setting to take effect.
|
||||||
|
<!-- DisallowNotificationMirroring-Description-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
|
||||||
|
This feature can be turned off by apps that don't want to participate in notification mirroring. This feature can also be turned off by the user in the Cortana settings page.
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Editable-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- DisallowNotificationMirroring-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Enable notification mirroring. |
|
||||||
|
| 1 | Disable notification mirroring. |
|
||||||
|
<!-- DisallowNotificationMirroring-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-GpMapping-Begin -->
|
||||||
|
**Group policy mapping**:
|
||||||
|
|
||||||
|
| Name | Value |
|
||||||
|
|:--|:--|
|
||||||
|
| Name | NoNotificationMirroring |
|
||||||
|
| Friendly Name | Turn off notification mirroring |
|
||||||
|
| Location | User Configuration |
|
||||||
|
| Path | Start Menu and Taskbar > Notifications |
|
||||||
|
| Registry Key Name | SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications |
|
||||||
|
| Registry Value Name | DisallowNotificationMirroring |
|
||||||
|
| ADMX File Name | WPN.admx |
|
||||||
|
<!-- DisallowNotificationMirroring-GpMapping-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- DisallowNotificationMirroring-Examples-End -->
|
||||||
|
|
||||||
|
<!-- DisallowNotificationMirroring-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-Begin -->
|
||||||
|
## DisallowTileNotification
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| :x: Device <br> :heavy_check_mark: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
|
||||||
|
<!-- DisallowTileNotification-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-OmaUri-Begin -->
|
||||||
|
```User
|
||||||
|
./User/Vendor/MSFT/Policy/Config/Notifications/DisallowTileNotification
|
||||||
|
```
|
||||||
|
<!-- DisallowTileNotification-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-Description-Begin -->
|
||||||
|
<!-- Description-Source-ADMX -->
|
||||||
|
This policy setting turns off tile notifications.
|
||||||
|
|
||||||
|
If you enable this policy setting, applications and system features will not be able to update their tiles and tile badges in the Start screen.
|
||||||
|
|
||||||
|
If you disable or do not configure this policy setting, tile and badge notifications are enabled and can be turned off by the administrator or user.
|
||||||
|
|
||||||
|
No reboots or service restarts are required for this policy setting to take effect.
|
||||||
|
<!-- DisallowTileNotification-Description-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- DisallowTileNotification-Editable-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- DisallowTileNotification-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Disabled. |
|
||||||
|
| 1 | Enabled. |
|
||||||
|
<!-- DisallowTileNotification-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-GpMapping-Begin -->
|
||||||
|
**Group policy mapping**:
|
||||||
|
|
||||||
|
| Name | Value |
|
||||||
|
|:--|:--|
|
||||||
|
| Name | NoTileNotification |
|
||||||
|
| Friendly Name | Turn off tile notifications |
|
||||||
|
| Location | User Configuration |
|
||||||
|
| Path | Start Menu and Taskbar > Notifications |
|
||||||
|
| Registry Key Name | SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications |
|
||||||
|
| Registry Value Name | NoTileApplicationNotification |
|
||||||
|
| ADMX File Name | WPN.admx |
|
||||||
|
<!-- DisallowTileNotification-GpMapping-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- DisallowTileNotification-Examples-End -->
|
||||||
|
|
||||||
|
<!-- DisallowTileNotification-End -->
|
||||||
|
|
||||||
|
<!-- Notifications-CspMoreInfo-Begin -->
|
||||||
|
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- Notifications-CspMoreInfo-End -->
|
||||||
|
|
||||||
|
<!-- Notifications-End -->
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
[Policy configuration service provider](policy-configuration-service-provider.md)
|
[Policy configuration service provider](policy-configuration-service-provider.md)
|
Loading…
x
Reference in New Issue
Block a user