diff --git a/windows/client-management/mdm/enterpriseassignedaccess-csp.md b/windows/client-management/mdm/enterpriseassignedaccess-csp.md
index a1dba9ee4a..ed4d8e0a6e 100644
--- a/windows/client-management/mdm/enterpriseassignedaccess-csp.md
+++ b/windows/client-management/mdm/enterpriseassignedaccess-csp.md
@@ -43,137 +43,103 @@ When using the AssignedAccessXml in the EnterpriseAssignedAccess CSP through an
When using the AssignedAccessXml in a provisioning package using the Windows Imaging and Configuration Designer (ICD) tool, do not use escaped characters.
-
+Entry | Description
+----------- | ------------
+ActionCenter | You can enable or disable the Action Center (formerly known as Notification Center) on the device. Set to true to enable the Action Center, or set to false to disable the Action Center.
+ActionCenter | Example: `
+Application | Include PinToStart to display an app on the Start screen. For apps pinned to the Start screen, identify a tile size (small, medium, or large), and a location. The size of a small tile is 1 column x 1 row, a medium tile is 2 x 2, and a large tile is 4 x 2. For the tile location, the first value indicates the column and the second value indicates the row. A value of 0 (zero) indicates the first column, a value of 1 indicates the second column, and so on. Include autoRun as an attribute to configure the application to run automatically.
+
+Application example:
+``` syntax
+
Entry | -Description | -
---|---|
ActionCenter |
-You can enable or disable the Action Center (formerly known as Notification Center) on the device. Set to true to enable the Action Center, or set to false to disable the Action Center. -Example: -
-In Windows 10, when the Action Center is disabled, Above Lock notifications and toasts are also disabled. When the Action Center is enabled, the following policies are also enabled: -
For more information about these policies, see [Policy CSP](policy-configuration-service-provider.md) -You can also add the following optional attributes to the ActionCenter element to override the default behavior: -
Valid values are 0 (policy disabled), 1 (policy enabled), and -1 (not set, policy enabled). -In this example, the Action Center is enabled and both policies are disabled. -
-These optional attributes are independent of each other. -In this example, Action Center is enabled, the notifications policy is disabled, and the toast policy is enabled by default because it is not set. -
|
-
StartScreenSize |
-Specify the size of the Start screen. In addition to 4/6 columns, you can also use 4/6/8 depending on screen resolutions. -Valid values: -
If you have existing lockdown XML, you must update it if your device has >=400epx on its short axis so that tiles on Start can fill all 8 columns if you want to use all 8 columns instead of 6, or use 6 columns instead of 4. -Example: -
|
-
Application |
-Provide the product ID for each app that will be available on the device. -You can find the product ID for a locally developed app in the AppManifest.xml file of the app. For the list of product ID and AUMID see [ProductIDs in Windows 10 Mobile](#productid). -To turn on the notification for a Windows app, you must include the application's AUMID in the lockdown XML. However, the user can change the setting at any time from user interface. -
-![]() Include PinToStart to display an app on the Start screen. For apps pinned to the Start screen, identify a tile size (small, medium, or large), and a location. The size of a small tile is 1 column x 1 row, a medium tile is 2 x 2, and a large tile is 4 x 2. -For the tile location, the first value indicates the column and the second value indicates the row. A value of 0 indicates the first column, a value of 1 indicates the second column, and so on. -Include autoRun as an attribute to configure the application to run automatically. -Example: -
-Multiple App Packages enable multiple apps to exist inside the same package. Since ProductIds identify packages and not applications, specifying a ProductId is not enough to distinguish between individual apps inside a multiple app package. Trying to include application from a multiple app package with just a ProductId can result in unexpected behavior. -To support pinning applications in multiple app packages, use an AUMID parameter in lockdown XML. For the list of product ID and AUMID, see [ProductIDs in Windows 10 Mobile](#productid). The following example shows how to pin both Outlook mail and Outlook calendar. -
|
-
Folder |
-A folder should be contained in <Applications/> node among with other <Application/> nodes, it shares most grammar with the Application Node, folderId is mandatory, folderName is optional, which is the folder name displayed on Start. folderId is a unique unsigned integer for each folder. -For example: -
-An application that belongs in the folder would add an optional attribute ParentFolderId, which maps to folderId of the folder. In this case, the location of this application will be located inside the folder. -
|
-
Settings |
-Settings pages -Starting in Windows 10, version 1511, you can specify the following settings pages in the lockdown XML file. -
-Important Do not specify a group entry without a page entry because it will cause an undefined behavior.
-
-
-
-
Quick action settings -Starting in Windows 10, version 1511, you can specify the following quick action settings in the lockdown XML file. The following list shows the quick action settings and settings page dependencies (group and page). -Note: Only Windows 10, versions 1511 and 1607, the dependent settings group and pages are automatically added when the quick action item is specified in the lockdown XML. This statement does not apply to Windows 10, version 1703. + +**Quick action settings** + +Starting in Windows 10, version 1511, you can specify the following quick action settings in the lockdown XML file. The following list shows the quick action settings and settings page dependencies (group and page). + +> [!Note] +> Only Windows 10, versions 1511 and 1607, the dependent settings group and pages are automatically added when the quick action item is specified in the lockdown XML. This statement does not apply to Windows 10, version 1703. +
In this example, all settings pages and quick action settings are allowed. An empty <Settings> node indicates that none of the settings are blocked. -
-In this example, all System setting pages are enabled. Note that the System page group is added as well as all of the System subpage names. -
-To remove access to all of the settings in the system, the settings application would simply not be listed in the app list for a particular role. |
-
Buttons |
-The following list identifies the hardware buttons on the device that you can lock down in ButtonLockdownList. When a user taps a button that is in the lockdown list, nothing will happen. + +In this example, all settings pages and quick action settings are allowed. An empty \
Example: -
-The Search and custom buttons can be remapped or configured to open a specific application. Button remapping takes effect for the device and applies to all users. -
-Note
-
-The lockdown settings for a button, per user role, will apply regardless of the button mapping. -
-
-
-
-Warning
-
-Button remapping can enable a user to open an application that is not in the Allow list. Use button lock down to prevent application access for a user role. -
-
-
-To remap a button in lockdown XML, you supply the button name, the button event (typically "press"), and the product ID for the application the button will open. -Example: -
-Disabling navigation buttons -To disable navigation buttons (such as Home or Back) in lockdown XML, you supply the name (for example, Start) and button event (typically "press"). -The following section contains a sample lockdown XML file that shows how to disable navigation buttons. -Example: -
|
-
MenuItems |
-Use DisableMenuItems to prevent use of the context menu, which is displayed when a user presses and holds an application in the All Programs list. You can include this entry in the default profile and in any additional user role profiles that you create. -Example: -
-
-Important
-
-If DisableMenuItems is not included in a profile, users of that profile can uninstall apps. -
-
- |
-
Tiles |
-Turning-on tile manipulation -By default, under Assigned Access, tile manipulation is turned off (blocked) and only available if enabled in the user’s profile. -If tile manipulation is enabled in the user’s profile, they can pin/unpin, move, and resize tiles based on their preferences. When multiple people use one device and you want to enable tile manipulation for multiple users, you must enable it for each user in their user profile. -
-Important
-
-If a device is turned off then back on, the tiles reset to their predefined layout. If a device has only one profile, the only way to reset the tiles is to turn off then turn on the device. If a device has multiple profiles, the device resets the tiles to the predefined layout based on the logged-in user’s profile. -
-
-
-The following sample file contains configuration for enabling tile manipulation. -
-Note
-
-Tile manipulation is disabled when you don’t have a
-
-
-Example: -
|
-
CSP Runner |
-Allows CSPs to be executed on the device per user role. You can use this to implement role specific policies, such as changing the color scheme when an admin logs on the device, or to set configurations per role. |
-