Lily Hou feedback

This commit is contained in:
jdeckerMS
2017-03-20 09:40:46 -07:00
parent 8406b45fb4
commit 171661a463
5 changed files with 11 additions and 13 deletions

View File

@ -12,7 +12,7 @@
### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](provisioning-configure-mobile.md) ### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](provisioning-configure-mobile.md)
#### [NFC-based device provisioning](provisioning-nfc.md) #### [NFC-based device provisioning](provisioning-nfc.md)
#### [Barcode provisioning and the package splitter tool](provisioning-package-splitter.md) #### [Barcode provisioning and the package splitter tool](provisioning-package-splitter.md)
### [Use the Lockdown Designer app to configure Windows 10 Mobile devices](mobile-lockdown-designer.md) ### [Use the Lockdown Designer app to create a Lockdown XML file](mobile-lockdown-designer.md)
### [Configure Windows 10 Mobile using Lockdown XML](lockdown-xml.md) ### [Configure Windows 10 Mobile using Lockdown XML](lockdown-xml.md)
### [Settings and quick actions that can be locked down in Windows 10 Mobile](settings-that-can-be-locked-down.md) ### [Settings and quick actions that can be locked down in Windows 10 Mobile](settings-that-can-be-locked-down.md)
### [Product IDs in Windows 10 Mobile](product-ids-in-windows-10-mobile.md) ### [Product IDs in Windows 10 Mobile](product-ids-in-windows-10-mobile.md)

View File

@ -325,7 +325,7 @@ Use DisableMenuItems to prevent use of the context menu, which is displayed when
![XML for settings](images/SettingsXML.png) ![XML for settings](images/SettingsXML.png)
The **Settings** section contains an `allow` list of pages in the Settings app. The following example allows all settings. The **Settings** section contains an `allow` list of pages in the Settings app and quick actions. The following example allows all settings.
```xml ```xml
<Settings> <Settings>
@ -344,7 +344,6 @@ In the following example for Windows 10, version 1703, all system setting pages
<System name="ms-settings:messaging" /> <System name="ms-settings:messaging" />
<System name="ms-settings:batterysaver" /> <System name="ms-settings:batterysaver" />
<System name="ms-settings:batterysaver-usagedetails" /> <System name="ms-settings:batterysaver-usagedetails" />
<System name="ms-settings:powersleep" />
<System name="ms-settings:about" /> <System name="ms-settings:about" />
<System name="ms-settings:deviceencryption" /> <System name="ms-settings:deviceencryption" />
<System name="ms-settings:maps" /> <System name="ms-settings:maps" />

View File

@ -1,5 +1,5 @@
--- ---
title: Use the Lockdown Designer app to configure Windows 10 Mobile devices (Windows 10) title: Use the Lockdown Designer app to create a Lockdown XML file (Windows 10)
description: description:
ms.prod: w10 ms.prod: w10
ms.mktglfcycl: manage ms.mktglfcycl: manage
@ -9,7 +9,7 @@ localizationpriority: medium
author: jdeckerMS author: jdeckerMS
--- ---
# Use the Lockdown Designer app to configure Windows 10 Mobile devices # Use the Lockdown Designer app to create a Lockdown XML file
![Lockdown Designer in the Store](images/ldstore.png) ![Lockdown Designer in the Store](images/ldstore.png)

View File

@ -118,7 +118,7 @@ Using assigned access, Windows 10 runs the designated Universal Windows app abo
5. Close **Settings** your choices are saved automatically, and will be applied the next time that user account logs on. 5. Close **Settings** your choices are saved automatically, and will be applied the next time that user account logs on.
To remove assigned access, in step 3, choose **Don't use assigned access**. To remove assigned access, choose **Turn off assigned access and sign out of the selected account**.
### Set up assigned access in MDM ### Set up assigned access in MDM
@ -234,10 +234,13 @@ To set a Classic Windows application as the shell, you first turn on the Shell L
**To turn on Shell Launcher in Windows features** **To turn on Shell Launcher in Windows features**
1. Go to Control Panel &gt; **Programs and Features** &gt; **Turn Windows features on or off**. 1. Go to Control Panel &gt; **Programs and features** &gt; **Turn Windows features on or off**.
2. Select **Embedded Shell Launcher** and **OK**.
Alternatively, you can turn on Shell Launcher using the Deployment Image Servicing and Management (DISM.exe) tool. 2. Expand **Device Lockdown**.
2. Select **Shell Launcher** and **OK**.
Alternatively, you can turn on Shell Launcher using Windows Configuration Designer in a provisioning package, using `SMISettings > ShellLauncher`, or the Deployment Image Servicing and Management (DISM.exe) tool.
**To turn on Shell Launcher using DISM** **To turn on Shell Launcher using DISM**

View File

@ -21,10 +21,6 @@ localizationpriority: high
A device in kiosk mode runs a specified app with no access to other device functions, menus, or settings. You use the [Enterprise Assigned Access](#enterprise-assigned-access) configuration service provider (CSP) to configure a kiosk experience. You can also configure a device running Windows 10 Mobile or Windows 10 Mobile Enterprise, version 1607 or earlier, for kiosk mode by using the [Apps Corner](#apps-corner) feature. (Apps Corner is removed in version 1703.) A device in kiosk mode runs a specified app with no access to other device functions, menus, or settings. You use the [Enterprise Assigned Access](#enterprise-assigned-access) configuration service provider (CSP) to configure a kiosk experience. You can also configure a device running Windows 10 Mobile or Windows 10 Mobile Enterprise, version 1607 or earlier, for kiosk mode by using the [Apps Corner](#apps-corner) feature. (Apps Corner is removed in version 1703.)
>[!NOTE] 
>The specified app must be an above lock screen app. For details on building an above lock screen app, see [Kiosk apps for assigned access: Best practices](https://go.microsoft.com/fwlink/p/?LinkId=708386).
 
## Enterprise Assigned Access ## Enterprise Assigned Access