Update policy-csp-start.md

This commit is contained in:
Nimisha Satapathy 2021-11-24 15:01:10 +05:30
parent 48a3c01018
commit 458ff0e6b8

View File

@ -51,6 +51,9 @@ manager: dansimp
<dd> <dd>
<a href="#start-allowpinnedfoldervideos">Start/AllowPinnedFolderVideos</a> <a href="#start-allowpinnedfoldervideos">Start/AllowPinnedFolderVideos</a>
</dd> </dd>
<dd>
<a href="#start-configurestartpins">Start/ConfigureStartPins</a>
</dd>
<dd> <dd>
<a href="#start-disablecontextmenus">Start/DisableContextMenus</a> <a href="#start-disablecontextmenus">Start/DisableContextMenus</a>
</dd> </dd>
@ -108,6 +111,9 @@ manager: dansimp
<dd> <dd>
<a href="#start-nopinningtotaskbar">Start/NoPinningToTaskbar</a> <a href="#start-nopinningtotaskbar">Start/NoPinningToTaskbar</a>
</dd> </dd>
<dd>
<a href="#start-showorhidemostusedapps">Start/ShowOrHideMostUsedApps</a>
</dd>
<dd> <dd>
<a href="#start-startlayout">Start/StartLayout</a> <a href="#start-startlayout">Start/StartLayout</a>
</dd> </dd>
@ -766,6 +772,73 @@ The following list shows the supported values:
<hr/> <hr/>
<!--Policy-->
<a href="" id="start-configurestartpins"></a>**Start/ConfigureStartPins**
<!--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"]
> * Device
> * User
<hr/>
<!--/Scope-->
<!--Description-->
This policy will allow admins to push a new list of pinned apps to override the default/current list of pinned apps in the SV start menu experience.
>[!NOTE]
> TFS information describes feature area owners and policy handling work, but the work to implement the policy itself is being completed by OS\WDX\DASH\Cloud-powered Windows Devices\Project Hailey --> Deliverable 32179178.
<!--/Description-->
<!--SupportedValues-->
This string policy will take a JSON file (expected name LayoutModification.json), which enumerates the items to pin and their relative order.
<!--/SupportedValues-->
<!--/Policy-->
<hr/>
<!--Policy--> <!--Policy-->
<a href="" id="start-disablecontextmenus"></a>**Start/DisableContextMenus** <a href="" id="start-disablecontextmenus"></a>**Start/DisableContextMenus**
@ -2197,6 +2270,76 @@ To validate on Desktop, do the following:
<hr/> <hr/>
<!--Policy-->
<a href="" id="start-showorhidemostusedapps"></a>**Start/ShowOrHideMostUsedApps**
<!--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"]
> * Device
> * User
<hr/>
<!--/Scope-->
<!--Description-->
This supports a key Enterprise manageability request targeted for Iron.
<!--/Description-->
<!--SupportedValues-->
The following list shows the supported values:
- 1 - Force showing of Most Used Apps in Start Menu, user cannot change in Settings
- 0 - Force hiding of Most Used Apps in Start Menu, user cannot change in Settings
- Not set - User can use Settings to hide or show Most Used Apps in Start Menu
On clean install, the user setting defaults to "hide".
<!--/SupportedValues-->
<!--/Policy-->
<hr/>
<!--Policy--> <!--Policy-->
<a href="" id="start-startlayout"></a>**Start/StartLayout** <a href="" id="start-startlayout"></a>**Start/StartLayout**