mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
updates
This commit is contained in:
parent
175e0b7b23
commit
f67821a71b
@ -7,6 +7,8 @@ ms.topic: overview
|
||||
|
||||
# Configure a restricted user experience (multi-app kiosk) with Assigned Access
|
||||
|
||||
An Assigned Access restriced user experience runs one or more apps from the desktop. People using the kiosk have a customized Start menu that shows only the tiles for the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people.
|
||||
|
||||
To configure a restricted user experience with Assigned Access, you must create an XML configuration file with the settings for the desired experience. The XML file is applied to the device via the [Assigned Access CSP](/windows/client-management/mdm/assignedaccess-csp#shelllauncher), using one of the following options:
|
||||
|
||||
- A Mobile Device Management (MDM) solution, like Microsoft Intune
|
||||
|
@ -7,6 +7,8 @@ ms.topic: overview
|
||||
|
||||
# Configure a single-app kiosk experience with Assigned Access
|
||||
|
||||
A single-app kiosk uses the Assigned Access feature to run a single application above the lock screen. When the kiosk account signs in, the app is launched automatically. The person using the kiosk can't do anything on the device outside of the kiosk app.
|
||||
|
||||
There are several options to configure a kiosk experience. If you need to configure a single device with a local account, you can use:
|
||||
|
||||
- PowerShell: you can use the `Set-AssignedAccess` PowerShell cmdlet to configure a kiosk experience using a local standard account
|
||||
|
@ -1,13 +1,13 @@
|
||||
---
|
||||
title: "Quickstart: configure a kiosk experience with Assigned Access"
|
||||
description: Learn how to configure a kiosk experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO).
|
||||
title: "Quickstart: Configure a Single-App Kiosk With Assigned Access"
|
||||
description: Learn how to configure a single-app kiosk with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO).
|
||||
ms.topic: quickstart
|
||||
ms.date: 02/27/2025
|
||||
---
|
||||
|
||||
# Quickstart: configure a kiosk with Assigned Access
|
||||
# Quickstart: Configure a Single-App Kiosk With Assigned Access
|
||||
|
||||
This quickstart provides practical examples of how to configure a *kiosk experience* on Windows with Assigned Access. The examples describe the steps using the Settings app, a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same.
|
||||
This quickstart provides practical examples of how to configure a single-app kiosk on Windows with Assigned Access. The examples describe the steps using the Settings app, a mobile device management solution (MDM) like Microsoft Intune, provisioning packages (PPKG), and PowerShell. While different solutions are used, the configuration settings and results are the same.
|
||||
|
||||
The examples can be modified to fit your specific requirements. For example, you can change the app used, the URL specified when opening Microsoft Edge, or change the name of the user that automatically signs in to Windows.
|
||||
|
||||
@ -62,8 +62,6 @@ Assign the policy to a group that contains as members the devices that you want
|
||||
|
||||
[!INCLUDE [powershell-wmi-bridge-2](../../../includes/configure/powershell-wmi-bridge-2.md)]
|
||||
|
||||
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings)
|
||||
|
||||
Here are the steps to configure a kiosk using the Settings app:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Quickstart: configure a restricted user experience with Assigned Access"
|
||||
title: "Quickstart: Configure a Restricted User Experience With Assigned Access"
|
||||
description: Learn how to configure a restricted user experience with Assigned Access using the Assigned Access configuration service provider (CSP), Microsoft Intune, PowerShell, or group policy (GPO).
|
||||
ms.topic: quickstart
|
||||
ms.date: 02/27/2025
|
||||
@ -7,9 +7,9 @@ appliesto:
|
||||
zone_pivot_groups: windows-versions-11-10
|
||||
---
|
||||
|
||||
# Quickstart: configure a restricted user experience with Assigned Access
|
||||
# Quickstart: Configure a Restricted User Experience With Assigned Access
|
||||
|
||||
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. While different solutions are used, the configuration settings and results are the same.
|
||||
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. While different solutions are used, the configuration settings and results are the same.
|
||||
|
||||
The examples can be modified to fit your specific requirements. For example, you can add or remove applications from the list of allowed apps, or change the name of the user that automatically signs in to Windows.
|
||||
|
||||
|
@ -37,7 +37,7 @@ Windows has two features to configure a single-app kiosk:
|
||||
:::image type="content" source="images/restricted-user-experience.png" alt-text="Icon representing a restricted user experience." border="false":::
|
||||
:::column-end:::
|
||||
:::column span="3":::
|
||||
#### Restricted user experience (multi-app kiosk)
|
||||
#### Restricted user experience
|
||||
:::column-end:::
|
||||
:::row-end:::
|
||||
|
||||
@ -78,15 +78,15 @@ To learn more, see [Microsoft Edge kiosk mode](/deployedge/microsoft-edge-config
|
||||
|
||||
## Next steps
|
||||
|
||||
Learn more about the options available to configure kiosks and restricted user experiences:
|
||||
Learn more about the Windows features to configure kiosk devices:
|
||||
|
||||
- [Assigned Access](../assigned-access/index.md)
|
||||
- [Shell Launcher](../shell-launcher/index.md)
|
||||
|
||||
### :::image type="icon" source="../images/icons/rocket.svg" border="false"::: Quickstarts
|
||||
|
||||
If you're ready to try out the options available to configure kiosks and restricted user experiences, check out the following quickstarts:
|
||||
If you're ready to configure kiosk devices, check out the following quickstarts:
|
||||
|
||||
- [Quickstart: configure a kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md)
|
||||
- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md)
|
||||
- [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md)
|
||||
- [Quickstart: configure a single-app kiosk with Assigned Access](../assigned-access/quickstart-kiosk.md)
|
||||
- [Quickstart: configure a restricted user experience with Assigned Access](../assigned-access/quickstart-restricted-user-experience.md)
|
||||
- [Quickstart: configure a kiosk with Shell Launcher](../shell-launcher/quickstart-kiosk.md)
|
@ -1,7 +1,7 @@
|
||||
items:
|
||||
- name: Overview
|
||||
href: index.md
|
||||
- name: 🔴 Overview (merged ↖️)
|
||||
- name: 🟡 Overview (merge in progress ↖️)
|
||||
href: index_old.md
|
||||
- name: Configure a kiosk
|
||||
href: configure.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user