This commit is contained in:
jdeckerMS
2017-08-16 12:57:17 -07:00
parent cc4b1ebc7e
commit 326bea2379

View File

@ -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):
- `<App AppUserModelId="MixedRealityLearning_cw5n1h2txyewy!MixedRealityLearning" />`
- `<App AppUserModelId="HoloShell_cw5n1h2txyewy!HoloShell" />`
- `<App AppUserModelId="Microsoft.Windows.HolographicFirstRun_cw5n1h2txyewy!App" />`
```xml
<App AppUserModelId="MixedRealityLearning_cw5n1h2txyewy!MixedRealityLearning" />
<App AppUserModelId="HoloShell_cw5n1h2txyewy!HoloShell" />
<App AppUserModelId="Microsoft.Windows.HolographicFirstRun_cw5n1h2txyewy!App" />
```
These are in addition to any mixed reality apps that you allow.