mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Lily Hou feedback
This commit is contained in:
@ -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)
|
||||
|
@ -325,7 +325,7 @@ Use DisableMenuItems to prevent use of the context menu, which is displayed when
|
||||
|
||||

|
||||
|
||||
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
|
||||
<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:batterysaver" />
|
||||
<System name="ms-settings:batterysaver-usagedetails" />
|
||||
<System name="ms-settings:powersleep" />
|
||||
<System name="ms-settings:about" />
|
||||
<System name="ms-settings:deviceencryption" />
|
||||
<System name="ms-settings:maps" />
|
||||
|
@ -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
|
||||
|
||||

|
||||
|
||||
|
@ -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**
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user