mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Update kiosk configuration to support multi-app
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Quickstart: configure a single-app kiosk"
|
||||
description: Learn how to configure a single-app kiosk using Windows Configuration Designer, Microsoft Intune, PowerShell or GPO.
|
||||
title: "Quickstart: configure a multi-app kiosk"
|
||||
description: Learn how to configure a multi-app kiosk using Windows Configuration Designer, Microsoft Intune, PowerShell or GPO.
|
||||
ms.topic: quickstart
|
||||
ms.date: 01/29/2024
|
||||
---
|
||||
@ -103,83 +103,11 @@ the user completes in the process the quickstart describes.
|
||||
1. Procedure step
|
||||
1. Procedure step
|
||||
|
||||
<!-- Required: Steps to complete the tasks - H2
|
||||
|
||||
Use ordered lists to describe how to complete tasks in
|
||||
the process. Be consistent when you describe how to
|
||||
use a method or tool to complete the task.
|
||||
|
||||
Code requires specific formatting. Here are a few useful
|
||||
examples of commonly used code blocks. Make sure to
|
||||
use the interactive functionality when possible.
|
||||
|
||||
For the CLI-based or PowerShell-based procedures,
|
||||
don't use bullets or numbering.
|
||||
|
||||
Here is an example of a code block for Java:
|
||||
|
||||
```java
|
||||
cluster = Cluster.build(new File("src/site.yaml")).create();
|
||||
...
|
||||
client = cluster.connect();
|
||||
```
|
||||
|
||||
Here's a code block for the Azure CLI:
|
||||
|
||||
```azurecli-interactive
|
||||
az vm create --resource-group myResourceGroup --name myVM
|
||||
--image win2016datacenter --admin-username azureuser
|
||||
--admin-password myPassword12
|
||||
```
|
||||
|
||||
This is a code block for Azure PowerShell:
|
||||
|
||||
```azurepowershell-interactive
|
||||
New-AzureRmContainerGroup -ResourceGroupName
|
||||
myResourceGroup -Name mycontainer
|
||||
-Image mcr.microsoft.com/windows/servercore/iis:nanoserver
|
||||
-OsType Windows -IpAddressType Public
|
||||
```
|
||||
-->
|
||||
|
||||
## Clean up resources
|
||||
|
||||
<!-- Optional: Steps to clean up resources - H2
|
||||
|
||||
Provide steps the user takes to clean up resources that
|
||||
were created to complete the article.
|
||||
|
||||
-->
|
||||
|
||||
## Next step -or- Related content
|
||||
|
||||
<!--
|
||||
|
||||
> [!div class="nextstepaction"]
|
||||
> [Next sequential article title](link.md)
|
||||
|
||||
-or-
|
||||
|
||||
- [Related article title](link.md)
|
||||
- [Related article title](link.md)
|
||||
- [Related article title](link.md)
|
||||
|
||||
<!-- Optional: Next step or Related content - H2
|
||||
|
||||
Consider adding one of these H2 sections (not both):
|
||||
|
||||
A "Next step" section that uses 1 link in a blue box
|
||||
to point to a next, consecutive article in a sequence.
|
||||
|
||||
-or-
|
||||
|
||||
If the quickstart is not part of a sequence, use a
|
||||
"Related content" section that lists links to
|
||||
1 to 3 articles the user might find helpful.
|
||||
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
||||
Remove all comments except the customer intent
|
||||
before you sign off or merge to the main branch.
|
||||
|
||||
-->
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: Configure Take a Test in kiosk mode
|
||||
description: Learn how to configure Windows to execute the Take a Test app in kiosk mode, using Intune and provisioning packages.
|
||||
title: "Quickstart: configure a single-app kiosk"
|
||||
description: Learn how to configure a single-app kiosk using Windows Configuration Designer, Microsoft Intune, PowerShell or GPO.
|
||||
ms.date: 11/08/2023
|
||||
ms.topic: how-to
|
||||
---
|
||||
|
||||
# Configure Take a Test in kiosk mode
|
||||
# Quickstart: configure a single-app kiosk
|
||||
|
||||
Executing Take a Test in kiosk mode is the recommended option for high stakes assessments, such as mid-term exams. In this mode, Windows will execute Take a Test in a lock-down mode, preventing the execution of any applications other than Take a Test. Students must sign in using a test-taking account.
|
||||
|
||||
@ -70,7 +70,7 @@ To configure devices using Intune for Education, follow these steps:
|
||||
[!INCLUDE [intune-custom-settings-2](../../../includes/configure/intune-custom-settings-2.md)]
|
||||
[!INCLUDE [intune-custom-settings-info](../../../includes/configure/intune-custom-settings-info.md)]
|
||||
|
||||
#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
||||
#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
||||
|
||||
To create a provisioning package, you can either use Set up School PCs or Windows Configuration Designer:
|
||||
|
||||
|
Reference in New Issue
Block a user