mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
sync
# Conflicts: # windows/configuration/provisioning-packages/provisioning-packages.md
This commit is contained in:
parent
68786bc544
commit
a7f3c85a1e
@ -17,7 +17,7 @@
|
|||||||
### [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md)
|
### [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md)
|
||||||
#### [Troubleshoot multi-app kiosk](multi-app-kiosk-troubleshoot.md)
|
#### [Troubleshoot multi-app kiosk](multi-app-kiosk-troubleshoot.md)
|
||||||
#### [Use AppLocker to create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-applocker.md)
|
#### [Use AppLocker to create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-applocker.md)
|
||||||
### [Kiosk XML reference](kiosk-xml.md)
|
### [Assigned Access configuration (kiosk) XML reference](kiosk-xml.md)
|
||||||
## [Configure Windows 10 Mobile devices](mobile-devices/configure-mobile.md)
|
## [Configure Windows 10 Mobile devices](mobile-devices/configure-mobile.md)
|
||||||
### [Set up a kiosk on Windows 10 Mobile or Windows 10 Mobile Enterprise](mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md)
|
### [Set up a kiosk on Windows 10 Mobile or Windows 10 Mobile Enterprise](mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md)
|
||||||
### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](mobile-devices/provisioning-configure-mobile.md)
|
### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](mobile-devices/provisioning-configure-mobile.md)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Assigned Access kiosk XML reference (Windows 10)
|
title: Assigned Access configuration kiosk XML reference (Windows 10)
|
||||||
description: XML and XSD for kiosk device configuration.
|
description: XML and XSD for kiosk device configuration.
|
||||||
ms.assetid: 14DDDC96-88C7-4181-8415-B371F25726C8
|
ms.assetid: 14DDDC96-88C7-4181-8415-B371F25726C8
|
||||||
keywords: ["lockdown", "app restrictions", "applocker"]
|
keywords: ["lockdown", "app restrictions", "applocker"]
|
||||||
@ -13,7 +13,7 @@ ms.date: 04/23/2018
|
|||||||
ms.author: jdecker
|
ms.author: jdecker
|
||||||
---
|
---
|
||||||
|
|
||||||
# Assigned Access (kiosk) XML reference
|
# Assigned Access configuration (kiosk) XML reference
|
||||||
|
|
||||||
|
|
||||||
**Applies to**
|
**Applies to**
|
||||||
@ -131,14 +131,31 @@ ms.author: jdecker
|
|||||||
<UserGroup Type="AzureActiveDirectoryGroup" Name="a8d36e43-4180-4ac5-a627-fb8149bba1ac" />
|
<UserGroup Type="AzureActiveDirectoryGroup" Name="a8d36e43-4180-4ac5-a627-fb8149bba1ac" />
|
||||||
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
|
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
|
||||||
</Config>
|
</Config>
|
||||||
<Config>
|
|
||||||
<SpecialGroup Name="Visitor"/>
|
|
||||||
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
|
|
||||||
</Config>
|
|
||||||
</Configs>
|
</Configs>
|
||||||
</AssignedAccessConfiguration>
|
</AssignedAccessConfiguration>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
## Kiosk only sample XML
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<AssignedAccessConfiguration
|
||||||
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
|
>
|
||||||
|
<Profiles>
|
||||||
|
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}">
|
||||||
|
<KioskModeApp AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"/>
|
||||||
|
</Profile>
|
||||||
|
</Profiles>
|
||||||
|
<Configs>
|
||||||
|
<Config>
|
||||||
|
<Account>singleappuser</Account>
|
||||||
|
<DefaultProfile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"/>
|
||||||
|
</Config>
|
||||||
|
</Configs>
|
||||||
|
</AssignedAccessConfiguration>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## XSD for AssignedAccess configuration XML
|
## XSD for AssignedAccess configuration XML
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user