diff --git a/windows/configuration/kiosk/create-xml.md b/windows/configuration/kiosk/create-xml.md index 605a7dd8fd..bfede1b18e 100644 --- a/windows/configuration/kiosk/create-xml.md +++ b/windows/configuration/kiosk/create-xml.md @@ -4,6 +4,7 @@ description: Learn how to create an XML file to configure a kiosk device. ms.date: 02/12/2024 ms.topic: how-to zone_pivot_groups: windows-versions-11-10 +appliesto: --- # Create an Assigned Access configuration XML file @@ -18,6 +19,8 @@ Let's start by looking at the basic structure of the XML file. You can start your file by pasting the following XML code into a text editor, and saving the file as `filename.xml`. +::: zone pivot="windows-11" + ```xml ``` +::: zone-end + +::: zone pivot="windows-10" + +```xml + + + + + + + + + + + + + + + + + +``` + +::: zone-end + ## Profiles node In the XML file, you define each profile with a globally unique identifier (GUID), which must be unique within the XML file.