mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
link fixes
This commit is contained in:
parent
80a7f82feb
commit
abf352a841
@ -250,7 +250,7 @@ Use the following snippet in your kiosk configuration XML to enable the **Guest*
|
|||||||
|
|
||||||
### Apply the provisioning package to HoloLens
|
### Apply the provisioning package to HoloLens
|
||||||
|
|
||||||
You can intially [apply a provisioning package to HoloLens during setup](hololens-provisioning.md#apply-a-provisioning-package-to-hololens-during-setup).
|
You can initially [apply a provisioning package to HoloLens during setup](hololens-provisioning.md#apply-a-provisioning-package-to-hololens-during-setup).
|
||||||
|
|
||||||
You can also [apply a provisioning package to HoloLens after setup](hololens-provisioning.md#4-apply-a-provisioning-package-to-hololens-after-setup).
|
You can also [apply a provisioning package to HoloLens after setup](hololens-provisioning.md#4-apply-a-provisioning-package-to-hololens-after-setup).
|
||||||
|
|
||||||
@ -311,7 +311,7 @@ Save the following sample as an XML file. You can use this file when you configu
|
|||||||
|
|
||||||
### Start layout for a provisioning package
|
### Start layout for a provisioning package
|
||||||
|
|
||||||
You will [create an XML file](#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) to define the kiosk configuration to be included in a provisioning package. Use the following sample in the `StartLayout` section of your XML file.
|
You will [create an XML file](#set-up-kiosk-mode-by-using-a-provisioning-package) to define the kiosk configuration to be included in a provisioning package. Use the following sample in the `StartLayout` section of your XML file.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<!-- This section is required for parity with Desktop Assigned Access. It is not currently used on HoloLens -->
|
<!-- This section is required for parity with Desktop Assigned Access. It is not currently used on HoloLens -->
|
||||||
@ -335,8 +335,8 @@ You will [create an XML file](#set-up-kiosk-mode-using-a-provisioning-package-wi
|
|||||||
|
|
||||||
## Kiosk app recommendations
|
## Kiosk app recommendations
|
||||||
|
|
||||||
- You cannot select the Shell app as a kiosk app.
|
- You cannot select the Shell app as a kiosk app.
|
||||||
- We recommend that you do **not** select the Settings app, Microsoft Edge, Microsoft Store, and the File Explorer app as a kiosk app.
|
- We recommend that you do **not** select the Settings app, Microsoft Edge, Microsoft Store, or the File Explorer app as kiosk apps.
|
||||||
- You can select Cortana as a kiosk app.
|
- You can select Cortana as a kiosk app.
|
||||||
- To enable photo or video capture, the HoloCamera app must be enabled as a kiosk app.
|
- To enable photo or video capture, the HoloCamera app must be enabled as a kiosk app.
|
||||||
- While Kiosk mode adds several restrictions, we suggest also considering additional policies such as turning off USB connectivity, or checking your flight ring settings to set when automatic updates occur as to not happen during business hours.
|
- While Kiosk mode adds several restrictions, we suggest also considering additional policies such as turning off USB connectivity, or checking your flight ring settings to set when automatic updates occur as to not happen during business hours.
|
||||||
|
@ -29,7 +29,7 @@ Some of the HoloLens configurations that you can apply in a provisioning package
|
|||||||
- Set up a Wi-Fi connection
|
- Set up a Wi-Fi connection
|
||||||
- Apply certificates to the device
|
- Apply certificates to the device
|
||||||
- Enable Developer Mode
|
- Enable Developer Mode
|
||||||
- Configure Kiosk mode (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803).
|
- Configure kiosk mode (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-by-using-a-provisioning-package).
|
||||||
|
|
||||||
## Provisioning package HoloLens wizard
|
## Provisioning package HoloLens wizard
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ The HoloLens wizard helps you configure the following settings in a provisioning
|
|||||||
- Enroll device in Azure Active Directory or create a local account
|
- Enroll device in Azure Active Directory or create a local account
|
||||||
- Add certificates
|
- Add certificates
|
||||||
- Enable Developer Mode
|
- Enable Developer Mode
|
||||||
- Configure kiosk mode. (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803)).
|
- Configure kiosk mode. (Detailed instructions for configuring kiosk mode can be found [here](hololens-kiosk.md#set-up-kiosk-mode-by-using-a-provisioning-package)).
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> You must run Windows Configuration Designer on Windows 10 to configure Azure Active Directory enrollment using any of the wizards.
|
> You must run Windows Configuration Designer on Windows 10 to configure Azure Active Directory enrollment using any of the wizards.
|
||||||
|
@ -66,7 +66,7 @@ There are two types of Kiosk Modes: Single app and multi-app. Single app kiosk m
|
|||||||
|
|
||||||
**How to Configure Kiosk Mode:**
|
**How to Configure Kiosk Mode:**
|
||||||
|
|
||||||
There are two main ways ([provisioning packages](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) and [MDM](hololens-kiosk.md#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803)) to deploy kiosk mode for HoloLens. These options will be discussed later in the document; however, you can use the links above to jump to the respective sections in this doc.
|
There are two main ways ([provisioning packages](hololens-kiosk.md#set-up-kiosk-mode-by-using-a-provisioning-package) and [MDM](hololens-kiosk.md#set-up-kiosk-mode-by-using-microsoft-intune-or-mdm)) to deploy kiosk mode for HoloLens. These options will be discussed later in the document; however, you can use the links above to jump to the respective sections in this doc.
|
||||||
|
|
||||||
### Apps and App Specific Scenarios
|
### Apps and App Specific Scenarios
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user