This commit is contained in:
nimishasatapathy 2021-09-17 15:40:54 +05:30
parent b6c6c91d1c
commit 3db89c2afd
3 changed files with 15 additions and 29 deletions

View File

@ -280,7 +280,6 @@ ms.date: 10/08/2020
- [ADMX_ExternalBoot/PortableOperatingSystem_Hibernate](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_hibernate) - [ADMX_ExternalBoot/PortableOperatingSystem_Hibernate](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_hibernate)
- [ADMX_ExternalBoot/PortableOperatingSystem_Sleep](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_sleep) - [ADMX_ExternalBoot/PortableOperatingSystem_Sleep](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_sleep)
- [ADMX_ExternalBoot/PortableOperatingSystem_Launcher](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_launcher) - [ADMX_ExternalBoot/PortableOperatingSystem_Launcher](./policy-csp-admx-externalboot.md#admx-externalboot-portableoperatingsystem_launcher)
- [ADMX_Feeds/FeedsEnabled](./policy-csp-admx-feeds.md#admx-feeds-feedsenabled)
- [ADMX_FileRecovery/WdiScenarioExecutionPolicy](./policy-csp-admx-filerecovery.md#admx-filerecovery-wdiscenarioexecutionpolicy) - [ADMX_FileRecovery/WdiScenarioExecutionPolicy](./policy-csp-admx-filerecovery.md#admx-filerecovery-wdiscenarioexecutionpolicy)
- [ADMX_FileServerVSSProvider/Pol_EncryptProtocol](./policy-csp-admx-fileservervssprovider.md#admx-fileservervssprovider-pol-encryptprotocol) - [ADMX_FileServerVSSProvider/Pol_EncryptProtocol](./policy-csp-admx-fileservervssprovider.md#admx-fileservervssprovider-pol-encryptprotocol)
- [ADMX_FileSys/DisableCompression](./policy-csp-admx-filesys.md#admx-filesys-disablecompression) - [ADMX_FileSys/DisableCompression](./policy-csp-admx-filesys.md#admx-filesys-disablecompression)

View File

@ -1144,13 +1144,6 @@ dfsdiscoverdc">ADMX_DFS/DFSDiscoverDC</a>
</dd> </dd>
<dl> <dl>
### ADMX_Feeds policies
<dl>
<dd>
<a href="./policy-csp-admx-feeds.md#admx-feeds-feedsenabled" id="admx-feeds-feedsenabled">ADMX_Feeds/FeedsEnabled</a>
</dd>
</dl>
### ADMX_FileRecovery policies ### ADMX_FileRecovery policies
<dl> <dl>
<dd> <dd>

View File

@ -1,27 +1,30 @@
--- ---
title: Policy CSP - ADMX_Feeds title: Policy CSP - Feeds
description: Policy CSP - ADMX_Feeds description: Use the Policy CSP - Feeds setting policy specifies whether news and interests is allowed on the device.
.
ms.author: dansimp ms.author: dansimp
ms.localizationpriority: medium
ms.topic: article ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: nimishasatapathy author: nimishasatapathy
ms.date: 09/16/2021 ms.localizationpriority: medium
ms.date: 09/17/2021
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
--- ---
# Policy CSP - ADMX_Feeds # Policy CSP - Feeds
> [!WARNING]
> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
<hr/> <hr/>
<!--Policies--> <!--Policies-->
## Feeds policies
<dl> <dl>
<dd> <dd>
<a href="#admx-feeds-feedsenabled">ADMX_Feeds/FeedsEnabled</a> <a href="#feeds-feedsenabled">Feeds/FeedsEnabled</a>
</dd> </dd>
</dl> </dl>
@ -29,7 +32,7 @@ manager: dansimp
<hr/> <hr/>
<!--Policy--> <!--Policy-->
<a href="" id="admx-feeds-feedsenabled"></a>**ADMX_Feeds/FeedsEnabled** <a href="" id="feeds-feedsenabled"></a>**Feeds/FeedsEnabled**
<!--SupportedSKUs--> <!--SupportedSKUs-->
<table> <table>
@ -74,9 +77,10 @@ manager: dansimp
> [!div class = "checklist"] > [!div class = "checklist"]
> * Machine > * Machine
<hr/>
<!--/Scope--> <!--/Scope-->
<!--Description--> <!--Description-->
This policy setting specifies whether news and interests is allowed on the device. This policy setting specifies whether news and interests is allowed on the device.
The values for this policy are 1 and 0. This policy defaults to 1. The values for this policy are 1 and 0. This policy defaults to 1.
@ -86,26 +90,16 @@ The values for this policy are 1 and 0. This policy defaults to 1.
- 0 - News and interests feature will be turned off completely, and the settings UI in Taskbar context menu will be removed. - 0 - News and interests feature will be turned off completely, and the settings UI in Taskbar context menu will be removed.
<!--/Description--> <!--/Description-->
> [!TIP]
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
>
> You must specify the data type in the SyncML as &lt;Format&gt;chr&lt;/Format&gt;. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP Friendly name: *Enable news and interests on the taskbar.* - GP Friendly name: *Enable news and interests on the taskbar*
- GP name: *FeedsEnabled* - GP name: *FeedsEnabled*
- GP path: *Windows Components\News and interests* - GP path: *Windows Components\News and interests*
- GP ADMX file name: *Feeds.admx* - GP ADMX file name: *Feeds.admx*
<!--/ADMXBacked--> <!--/ADMXBacked-->
<!--/Policy--> <!--/Policy-->
<hr/>
> [!NOTE]
> These policies are currently only available as part of a Windows Insider release.
<!--/Policies--> <!--/Policies-->