From 7c056514fb61b98cd0d5acf3a0c21184cf9150c3 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:25:38 +0100 Subject: [PATCH] Add kiosk configuration for Shell Launcher --- windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md b/windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md index 3e7733a183..d125be6138 100644 --- a/windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md +++ b/windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md @@ -35,6 +35,7 @@ This quickstart provides the information to configure a kiosk experience with Sh POST https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations Content-Type: application/json +{ "id": "00-0000-0000-0000-000000000000", "displayName": "_MSLearn_Example_Kiosk - Shell Launcher", "description": "This is a sample policy created from an article on learn.microsoft.com.", "roleScopeTagIds": [ "0" ], "@odata.type": "#microsoft.graph.windows10CustomConfiguration", "omaSettings": [ { "@odata.type": "#microsoft.graph.omaSettingString", "displayName": "ShellLauncher", "description": null, "omaUri": "./Vendor/MSFT/AssignedAccess/ShellLauncher", "secretReferenceValueId": null, "isEncrypted": true, "value": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n" } ], } ``` [!INCLUDE [intune-custom-settings-2](../../../includes/configure/intune-custom-settings-2.md)]