From 6e1d32da6b1c27057c43db34de9a3e32803eaf8d Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:17:09 -0500 Subject: [PATCH] test --- windows/configuration/images/icons/dev.svg | 10 ++++++ .../configuration/shell-launcher/enable.md | 32 ++++++++++++++++--- 2 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 windows/configuration/images/icons/dev.svg diff --git a/windows/configuration/images/icons/dev.svg b/windows/configuration/images/icons/dev.svg new file mode 100644 index 0000000000..26c4e8ac54 --- /dev/null +++ b/windows/configuration/images/icons/dev.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/windows/configuration/shell-launcher/enable.md b/windows/configuration/shell-launcher/enable.md index ffeae5ffc9..aea24f64c2 100644 --- a/windows/configuration/shell-launcher/enable.md +++ b/windows/configuration/shell-launcher/enable.md @@ -69,9 +69,31 @@ Use the following steps to create a provisioning package that contains the Shell 1. Set the value of **Enable** to **ENABLE**. More options to configure Shell Launcher appears, and you can set the values as desired 1. Once you have finished configuring the settings and creating the provisioning package, you can apply the package to the image deployment time or runtime. See the [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) for more information. The process for applying the package to a Windows 10 Enterprise image is the same -## Next steps +#### [:::image type="icon" source="../../images/icons/control-panel.svg"::: **Control Panel**](#tab/control-panel) -> [!div class="nextstepaction"] -> Learn how to configure Shell Launcher: -> -> [Configure a kiosk with Shell Launcher](configure.md) +Control Panel > Programs > Turn Windows features on or off or use the command `optionalfeatures.exe` + +Expand **Device Lockdown** and select **Shell Launcher** + +#### [:::image type="icon" source="../../images/icons/powershell.svg"::: **PowerShell**](#tab/powershell) + +Enable-WindowsOptionalFeature -FeatureName Client-DeviceLockdown,Client-EmbeddedShellLauncher -Online + +#### [:::image type="icon" source="../../images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +[!INCLUDE [provisioning-package-1](../../../../includes/configure/provisioning-package-1.md)] + +| Path | Setting name | Value | +|--|--|--| +| `Policies/Authentication` | `EnableWebSignIn` | Enabled | +| `Policies/Authentication` | `ConfigureWebSignInAllowedUrls` | This setting is optional, and it contains a semicolon-separated list of domains required for sign in, for example: `idp.example.com;example.com` | +| `Policies/Authentication` | `ConfigureWebCamAccessDomainNames` | This setting is optional, and it should be configured if you need to use the webcam during the sign-in process. Specify the list of domains that are allowed to use the webcam during the sign-in process, separated by a semicolon. For example: `example.com` | + +[!INCLUDE [provisioning-package-2](../../../../includes/configure/provisioning-package-2.md)] + +#### [:::image type="icon" source="../../images/icons/settings.svg"::: **DISM**](#tab/dism) + + +#### [:::image type="icon" source="../../images/icons/dev.svg"::: **WMI**](#tab/wmi) + +---