From 171661a463830fd6111c1bdc568df10098a6b6ff Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Mon, 20 Mar 2017 09:40:46 -0700 Subject: [PATCH] Lily Hou feedback --- windows/configure/TOC.md | 2 +- windows/configure/lockdown-xml.md | 3 +-- windows/configure/mobile-lockdown-designer.md | 4 ++-- ...-up-a-kiosk-for-windows-10-for-desktop-editions.md | 11 +++++++---- ...et-up-a-kiosk-for-windows-10-for-mobile-edition.md | 4 ---- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/windows/configure/TOC.md b/windows/configure/TOC.md index a2c9471b4e..7051cc29db 100644 --- a/windows/configure/TOC.md +++ b/windows/configure/TOC.md @@ -12,7 +12,7 @@ ### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](provisioning-configure-mobile.md) #### [NFC-based device provisioning](provisioning-nfc.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) ### [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) diff --git a/windows/configure/lockdown-xml.md b/windows/configure/lockdown-xml.md index aa971be3d8..f031e6b5e2 100644 --- a/windows/configure/lockdown-xml.md +++ b/windows/configure/lockdown-xml.md @@ -325,7 +325,7 @@ Use DisableMenuItems to prevent use of the context menu, which is displayed when ![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 @@ -344,7 +344,6 @@ In the following example for Windows 10, version 1703, all system setting pages - diff --git a/windows/configure/mobile-lockdown-designer.md b/windows/configure/mobile-lockdown-designer.md index 455036931e..50ac07d353 100644 --- a/windows/configure/mobile-lockdown-designer.md +++ b/windows/configure/mobile-lockdown-designer.md @@ -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: ms.prod: w10 ms.mktglfcycl: manage @@ -9,7 +9,7 @@ localizationpriority: medium 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) diff --git a/windows/configure/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/configure/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 6769ecc798..2991a3262c 100644 --- a/windows/configure/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/configure/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -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. -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 @@ -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** -1. Go to Control Panel > **Programs and Features** > **Turn Windows features on or off**. -2. Select **Embedded Shell Launcher** and **OK**. +1. Go to Control Panel > **Programs and features** > **Turn Windows features on or off**. -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** diff --git a/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md b/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md index 15b88d38dc..3ef7f7e374 100644 --- a/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md +++ b/windows/configure/set-up-a-kiosk-for-windows-10-for-mobile-edition.md @@ -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.) ->[!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