Merged PR 5281: Added Settings/AllowOnlineTips to Policy CSP

This commit is contained in:
Maricia Alforque 2018-01-12 20:18:41 +00:00
parent 82053ddf5c
commit 42bd99f520
2 changed files with 60 additions and 1 deletions

View File

@ -2582,6 +2582,9 @@ The following diagram shows the Policy configuration service provider in tree fo
<dd> <dd>
<a href="./policy-csp-settings.md#settings-allowlanguage" id="settings-allowlanguage">Settings/AllowLanguage</a> <a href="./policy-csp-settings.md#settings-allowlanguage" id="settings-allowlanguage">Settings/AllowLanguage</a>
</dd> </dd>
<dd>
<a href="./policy-csp-settings.md#settings-allowonlinetips" id="settings-allowonlinetips">Settings/AllowOnlineTips</a>
</dd>
<dd> <dd>
<a href="./policy-csp-settings.md#settings-allowpowersleep" id="settings-allowpowersleep">Settings/AllowPowerSleep</a> <a href="./policy-csp-settings.md#settings-allowpowersleep" id="settings-allowpowersleep">Settings/AllowPowerSleep</a>
</dd> </dd>

View File

@ -6,11 +6,13 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: nickbrower author: nickbrower
ms.date: 12/14/2017 ms.date: 12/19/2017
--- ---
# Policy CSP - Settings # Policy CSP - Settings
> [!WARNING]
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<hr/> <hr/>
@ -34,6 +36,9 @@ ms.date: 12/14/2017
<dd> <dd>
<a href="#settings-allowlanguage">Settings/AllowLanguage</a> <a href="#settings-allowlanguage">Settings/AllowLanguage</a>
</dd> </dd>
<dd>
<a href="#settings-allowonlinetips">Settings/AllowOnlineTips</a>
</dd>
<dd> <dd>
<a href="#settings-allowpowersleep">Settings/AllowPowerSleep</a> <a href="#settings-allowpowersleep">Settings/AllowPowerSleep</a>
</dd> </dd>
@ -313,6 +318,57 @@ The following list shows the supported values:
<!--EndPolicy--> <!--EndPolicy-->
<hr/> <hr/>
<!--StartPolicy--> <!--StartPolicy-->
<a href="" id="settings-allowonlinetips"></a>**Settings/AllowOnlineTips**
<!--StartSKU-->
<table>
<tr>
<th>Home</th>
<th>Pro</th>
<th>Business</th>
<th>Enterprise</th>
<th>Education</th>
<th>Mobile</th>
<th>Mobile Enterprise</th>
</tr>
<tr>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/checkmark.png" alt="check mark" /><sup></sup>3</td>
<td><img src="images/checkmark.png" alt="check mark" /><sup></sup>3</td>
<td><img src="images/checkmark.png" alt="check mark" /><sup></sup>3</td>
<td><img src="images/checkmark.png" alt="check mark" /><sup></sup>3</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
</table>
<!--EndSKU-->
<!--StartScope-->
[Scope](./policy-configuration-service-provider.md#policy-scope):
> [!div class = "checklist"]
> * Device
<hr/>
<!--EndScope-->
<!--StartDescription-->
Enables or disables the retrieval of online tips and help for the Settings app.
If disabled, Settings will not contact Microsoft content services to retrieve tips and help content.
<!--EndDescription-->
<!--SupportedValues-->
<!--/SupportedValues-->
<!--Example-->
<!--/Example-->
<!--Validation-->
<!--/Validation-->
<!--EndPolicy-->
<hr/>
<!--StartPolicy-->
<a href="" id="settings-allowpowersleep"></a>**Settings/AllowPowerSleep** <a href="" id="settings-allowpowersleep"></a>**Settings/AllowPowerSleep**
<!--StartSKU--> <!--StartSKU-->