From 28ef1ea523db8740eedc8f97aa3d50617533f30a Mon Sep 17 00:00:00 2001
From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com>
Date: Thu, 27 Feb 2025 07:52:02 -0500
Subject: [PATCH] fix links
---
windows/configuration/assigned-access/toc.yml | 2 +-
windows/configuration/kiosk/kiosk-mode.md | 2 +-
windows/configuration/shell-launcher/configuration-file.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml
index c5e4738fb7..6b09e1566d 100644
--- a/windows/configuration/assigned-access/toc.yml
+++ b/windows/configuration/assigned-access/toc.yml
@@ -24,6 +24,6 @@ items:
- name: Assigned Access policy settings
href: policy-settings.md
- name: WMI Class WEDL_AssignedAccess
- href: wedl-assigneaccess.md
+ href: wedl-assignedaccess.md
- name: Assigned Access CSP 🔗
href: /windows/client-management/mdm/assignedaccess-csp
diff --git a/windows/configuration/kiosk/kiosk-mode.md b/windows/configuration/kiosk/kiosk-mode.md
index 8e0da5e9c0..cbd8285a0b 100644
--- a/windows/configuration/kiosk/kiosk-mode.md
+++ b/windows/configuration/kiosk/kiosk-mode.md
@@ -7,7 +7,7 @@ description: Learn about Kiosk Mode in Windows IoT Enterprise.
# Kiosk mode
-Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: [assigned access single-app kiosks](single-app-kiosk.md), [assigned access multi-app kiosks](multi-app-kiosk.md), or [shell launcher](index.md).
+Windows IoT Enterprise allows you to build fixed purpose devices such as ATM machines, point-of-sale terminals, medical devices, digital signs, or kiosks. Kiosk mode helps you create a dedicated and locked down user experience on these fixed purpose devices. Windows IoT Enterprise offers a set of different locked-down experiences for public or specialized use: *assigned access single-app kiosks*, *assigned access multi-app kiosks*, or *shell launcher*.
Kiosk configurations are based upon either [assigned access](../assigned-access/index.md) or [shell launcher](index.md). There are several kiosk configuration methods that you can choose from, depending on your answers to the following questions.
diff --git a/windows/configuration/shell-launcher/configuration-file.md b/windows/configuration/shell-launcher/configuration-file.md
index 459b26e0a2..293aab7c03 100644
--- a/windows/configuration/shell-launcher/configuration-file.md
+++ b/windows/configuration/shell-launcher/configuration-file.md
@@ -104,7 +104,7 @@ Each profile defines a `Shell` element, which contains details about the applica
| Property| Description | Details |
|-|-|-|
-|`Shell`| Application that is used as a Windows shell. |- For Universal Windows Platform (UWP) apps, you must provide the App User Model ID (AUMID). Learn how to [Find the Application User Model ID of an installed app](../../store/find-aumid.md).
- For desktop apps, specify the full path of the executable, which can contain system environment variables in the form of `%variableName%`. You can also specify any parameters that the app might require. |
+|`Shell`| Application that is used as a Windows shell. |- For Universal Windows Platform (UWP) apps, you must provide the App User Model ID (AUMID). Learn how to [Find the Application User Model ID of an installed app](../store/find-aumid.md).
- For desktop apps, specify the full path of the executable, which can contain system environment variables in the form of `%variableName%`. You can also specify any parameters that the app might require. |
|`V2:AppType`| Defines the type of application. |Allowed values are `Desktop` and `UWP`.|
|`V2:AllAppsFullScreen` | Boolean value that defines if all applications are executed in full screen. |- When set to `true`, Shell Launcher runs every app in full screen, or maximized for desktop apps.
- When set to `false` or not set, only the custom shell app runs in full screen; other apps launched by the user run in windowed mode.|