mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 03:13:44 +00:00
reformat
This commit is contained in:
@ -520,9 +520,11 @@ With the advent of [mixed-reality devices (video link)](https://www.youtube.com/
|
|||||||
|
|
||||||
To create a multi-app kiosk that can run mixed reality apps, you must include the following apps in the [AllowedApps list](#allowedapps):
|
To create a multi-app kiosk that can run mixed reality apps, you must include the following apps in the [AllowedApps list](#allowedapps):
|
||||||
|
|
||||||
- `<App AppUserModelId="MixedRealityLearning_cw5n1h2txyewy!MixedRealityLearning" />`
|
```xml
|
||||||
- `<App AppUserModelId="HoloShell_cw5n1h2txyewy!HoloShell" />`
|
<App AppUserModelId="MixedRealityLearning_cw5n1h2txyewy!MixedRealityLearning" />
|
||||||
- `<App AppUserModelId="Microsoft.Windows.HolographicFirstRun_cw5n1h2txyewy!App" />`
|
<App AppUserModelId="HoloShell_cw5n1h2txyewy!HoloShell" />
|
||||||
|
<App AppUserModelId="Microsoft.Windows.HolographicFirstRun_cw5n1h2txyewy!App" />
|
||||||
|
```
|
||||||
|
|
||||||
These are in addition to any mixed reality apps that you allow.
|
These are in addition to any mixed reality apps that you allow.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user