mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge branch 'master' into removing-provisioned-apps-from-windows-update
This commit is contained in:
commit
02104edfea
@ -119,7 +119,9 @@ Follow [the instructions for creating a kiosk configuration XML file for desktop
|
|||||||
<span id="guest" />
|
<span id="guest" />
|
||||||
#### Add guest access to the kiosk configuration (optional)
|
#### Add guest access to the kiosk configuration (optional)
|
||||||
|
|
||||||
In the [Configs section of the XML file](https://docs.microsoft.com/windows/configuration/lock-down-windows-10-to-specific-apps#configs), you can configure a special group account named **Visitor** to allow guests to use the kiosk. Use the following snippet in your kiosk configuration XML to enable **Visitor**:
|
In the [Configs section of the XML file](https://docs.microsoft.com/windows/configuration/lock-down-windows-10-to-specific-apps#configs), you can configure a special group named **Visitor** to allow guests to use the kiosk. When the kiosk is configured with the **Visitor** special group, a "**Guest**" option is added to the sign-in page. The **Guest** account does not require a password, and any data associated with the account is deleted when the account signs out.
|
||||||
|
|
||||||
|
Use the following snippet in your kiosk configuration XML to enable the **Guest** account:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<Configs>
|
<Configs>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user