From dbcbff2c9b5110631aa0efe55a6822da4e09ded7 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:46:37 -0500 Subject: [PATCH] updates --- windows/configuration/shell-launcher/single-app-kiosk.md | 4 ++-- windows/configuration/shell-launcher/toc.yml | 2 +- windows/configuration/shell-launcher/wesl-usersetting.md | 2 +- .../shell-launcher/wesl-usersettinggetcustomshell.md | 2 +- .../shell-launcher/wesl-usersettinggetdefaultshell.md | 2 +- .../configuration/shell-launcher/wesl-usersettingisenabled.md | 2 +- .../shell-launcher/wesl-usersettingremovecustomshell.md | 2 +- .../shell-launcher/wesl-usersettingsetcustomshell.md | 2 +- .../shell-launcher/wesl-usersettingsetdefaultshell.md | 2 +- .../shell-launcher/wesl-usersettingsetenabled.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/windows/configuration/shell-launcher/single-app-kiosk.md b/windows/configuration/shell-launcher/single-app-kiosk.md index 592a4e49b7..3b24c8cb1f 100644 --- a/windows/configuration/shell-launcher/single-app-kiosk.md +++ b/windows/configuration/shell-launcher/single-app-kiosk.md @@ -20,7 +20,7 @@ A single-app kiosk uses the assigned access feature to run a single app above th ## Benefits of using a single-app kiosk -A single-app kiosk is ideal for public use. Using [shell launcher](./Shell-Launcher.md), you can configure a kiosk device that runs a Windows desktop application as the user interface. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. This type of single-app kiosk runs above the lock screen, and users have access to only this app and nothing else on the system. This experience is often used for public-facing kiosk machines. Check out [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](/windows/configuration/set-up-a-kiosk-for-windows-10-for-desktop-editions) for more information. +A single-app kiosk is ideal for public use. Using [shell launcher](./index.md), you can configure a kiosk device that runs a Windows desktop application as the user interface. The application that you specify replaces the default shell (explorer.exe) that usually runs when a user logs on. This type of single-app kiosk runs above the lock screen, and users have access to only this app and nothing else on the system. This experience is often used for public-facing kiosk machines. Check out [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](/windows/configuration/set-up-a-kiosk-for-windows-10-for-desktop-editions) for more information. ## Configuring your single-app kiosks @@ -32,7 +32,7 @@ You have several options for configuring your single-app kiosk. * [Microsoft Intune or other MDM providers](/windows/configuration/kiosk-single-app#mdm) > [!TIP] -> You can also configure a kiosk account and app for single-app kiosk within [XML in a provisioning package](/windows/configuration/lock-down-windows-10-to-specific-apps) by using a [kiosk profile](/windows/configuration/lock-down-windows-10-to-specific-apps#profile). +> You can also configure a kiosk account and app for single-app kiosk within [XML in a provisioning package](/windows/configuration/lock-down-windows-10-to-specific-apps) by using a [kiosk profile](/windows/configuration/lock-down-windows-10-to-specific-apps#profile). ## Additional Resources diff --git a/windows/configuration/shell-launcher/toc.yml b/windows/configuration/shell-launcher/toc.yml index 84f542a732..a25c9dde93 100644 --- a/windows/configuration/shell-launcher/toc.yml +++ b/windows/configuration/shell-launcher/toc.yml @@ -3,7 +3,7 @@ items: - name: Shell Launcher items: - name: Overview - href: shell-launcher.md + href: index.md - name: WMI Provider Reference items: - name: Class WESL_UserSetting diff --git a/windows/configuration/shell-launcher/wesl-usersetting.md b/windows/configuration/shell-launcher/wesl-usersetting.md index 78c25d9c4a..1239aae718 100644 --- a/windows/configuration/shell-launcher/wesl-usersetting.md +++ b/windows/configuration/shell-launcher/wesl-usersetting.md @@ -180,4 +180,4 @@ $ShellLauncherClass.RemoveCustomShell($Cashier_SID) ## Related topics -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md index 432e770949..b28608d817 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetcustomshell.md @@ -83,4 +83,4 @@ If the return value does not exist in *CustomReturnCodes*, or if the correspondi ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md index f750175178..4aa7e6bc23 100644 --- a/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettinggetdefaultshell.md @@ -63,4 +63,4 @@ Shell Launcher uses the default configuration when the security identifier (SID) ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md index b53d5cd329..8afbe060a5 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingisenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingisenabled.md @@ -47,4 +47,4 @@ Returns an HRESULT value that indicates [WMI status](/windows/win32/wmisdk/wmi-n ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md index 51cb663ea5..c636f9a829 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingremovecustomshell.md @@ -51,4 +51,4 @@ You must restart your device for the changes to take effect. ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md index a0b846cc13..3bd103fb80 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetcustomshell.md @@ -83,4 +83,4 @@ If the return value does not exist in *CustomReturnCodes*, or if the correspondi ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md index cd2ec42691..ee18b10169 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetdefaultshell.md @@ -63,4 +63,4 @@ Shell Launcher uses the default configuration when the security identifier (SID) ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md) diff --git a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md index fb9468d91b..96fc8630d7 100644 --- a/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md +++ b/windows/configuration/shell-launcher/wesl-usersettingsetenabled.md @@ -53,4 +53,4 @@ Enabling or disabling Shell Launcher does not take effect until a user signs in. ## Related topics - [WESL_UserSetting](wesl-usersetting.md) -- [Shell Launcher](shell-launcher.md) +- [Shell Launcher](index.md)