From cec420722cc98d871e4f667f9af7008e9eb2ad63 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:48:25 +0100 Subject: [PATCH] Add XML code for Windows 10 and Windows 11 kiosk configuration --- windows/configuration/kiosk/create-xml.md | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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.