diff --git a/windows/configuration/kiosk/images/quickstart-restricted-experience.png b/windows/configuration/kiosk/images/quickstart-restricted-experience.png index 8229147572..5b389d00d3 100644 Binary files a/windows/configuration/kiosk/images/quickstart-restricted-experience.png and b/windows/configuration/kiosk/images/quickstart-restricted-experience.png differ diff --git a/windows/configuration/kiosk/quickstart-restricted-experience.md b/windows/configuration/kiosk/quickstart-restricted-experience.md index b846a1f0de..b54451dd9e 100644 --- a/windows/configuration/kiosk/quickstart-restricted-experience.md +++ b/windows/configuration/kiosk/quickstart-restricted-experience.md @@ -7,33 +7,21 @@ ms.date: 01/29/2024 # Quickstart: Configure a restricted user experience -This quickstart provides practical examples of how to configure a restricted user experience on Windows. - A restricted user experience allows you to control which applications are allowed to be executed in a locked down Windows desktop. -The examples describe the steps using Windows Configuration Designer, Microsoft Intune, PowerShell, and group policy. - -:::image type="content" source="images/quickstart-restricted-experience.png" alt-text="Screenshot of the Windows desktop used for the quickstart."::: +This quickstart provides practical examples of how to configure a restricted user experience on Windows. The examples describe the steps using a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. ## Prerequisites - - -## Open [Cloud Shell, Azure CLI, or PowerShell] +Select one of the tabs: #### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune**](#tab/intune) @@ -102,7 +90,7 @@ Content-Type: application/json Follow the steps in [Apply a provisioning package][WIN-2] to apply the package that you created. -#### [:::image type="icon" source="../images/icons/provisioning-package.svg"::: **PowerShell**](#tab/ps) +#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) Configure your devices using PowerShell scripts via the [MDM Bridge WMI Provider](/windows/win32/dmwmibridgeprov/mdm-bridge-wmi-provider-portal). For more information, see [Using PowerShell scripting with the WMI Bridge Provider](/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider). @@ -208,10 +196,17 @@ Write-Output "Successfully applied Assigned Access configuration" --- +## User experience + +After the settings are applied, reboot the device. A user account names `Library Kiosk` is automatically signed in, with access to a limited set of applications, which are pinned to the Start menu. + +:::image type="content" source="images/quickstart-restricted-experience.png" alt-text="Screenshot of the Windows desktop used for the quickstart."::: + ## Next steps > [!div class="nextstepaction"] -> [Next sequential article title](link.md) +> To learn more about how to configure Windows to execute as a kiosk or as a restricted user experience see: +> [Overview](link.md)