From 1cc84d6825114892b7ac41b14c0f821a93d800bc Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 29 Feb 2024 07:47:37 -0500 Subject: [PATCH] Fix file paths in Git diff --- .../shell-launcher/configuration-file.md | 2 +- .../assigned-access/shell-launcher/index.md | 4 ++-- .../shell-launcher/quickstart-kiosk.md | 14 +++++++------- windows/configuration/assigned-access/toc.yml | 4 +++- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/windows/configuration/assigned-access/shell-launcher/configuration-file.md b/windows/configuration/assigned-access/shell-launcher/configuration-file.md index db832b8269..5fd7f20450 100644 --- a/windows/configuration/assigned-access/shell-launcher/configuration-file.md +++ b/windows/configuration/assigned-access/shell-launcher/configuration-file.md @@ -191,7 +191,7 @@ Allowed values are `Desktop` and `UWP`. ## Kiosk example -[!INCLUDE [quickstart-xml](..includes/quickstart-xml.md)] +[!INCLUDE [quickstart-xml](../includes/quickstart-xml.md)] diff --git a/windows/configuration/assigned-access/shell-launcher/index.md b/windows/configuration/assigned-access/shell-launcher/index.md index 923a9bb8ce..3b3b283208 100644 --- a/windows/configuration/assigned-access/shell-launcher/index.md +++ b/windows/configuration/assigned-access/shell-launcher/index.md @@ -22,7 +22,7 @@ Methods of controlling access to other desktop applications and system component - Group policy (GPO) - [AppLocker](/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) -[!INCLUDE [shell-launcher](../../../..includes/licensing/shell-launcher.md)] +[!INCLUDE [shell-launcher](../../../../includes/licensing/shell-launcher.md)] ## Limitations @@ -33,7 +33,7 @@ Here are some limitations to consider when using Shell Launcher: ## Configure a device with Shell Launcher -[!INCLUDE [tab-intro](../../../..includes/configure/tab-intro.md)] +[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) diff --git a/windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md b/windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md index d0dff0014d..bf5a29315a 100644 --- a/windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md +++ b/windows/configuration/assigned-access/shell-launcher/quickstart-kiosk.md @@ -24,7 +24,7 @@ The examples can be modified to fit your specific requirements. For example, you ## Configure a kiosk device -[!INCLUDE [tab-intro](../../../..includes/configure/tab-intro.md)] +[!INCLUDE [tab-intro](../../../../includes/configure/tab-intro.md)] #### [:::image type="icon" source="../images/icons/intune.svg"::: **Intune/CSP**](#tab/intune) @@ -33,24 +33,24 @@ The examples can be modified to fit your specific requirements. For example, you > > When using this call, authenticate to your tenant in the Graph Explorer window. If it's the first time using Graph Explorer, you may need to authorize the application to access your tenant or to modify the existing permissions. This graph call requires *DeviceManagementConfiguration.ReadWrite.All* permissions. -[!INCLUDE [quickstart-intune](..includes/quickstart-intune.md)] +[!INCLUDE [quickstart-intune](../includes/quickstart-intune.md)] -[!INCLUDE [intune-custom-settings-2](../../../..includes/configure/intune-custom-settings-2.md)] +[!INCLUDE [intune-custom-settings-2](../../../../includes/configure/intune-custom-settings-2.md)] Alternatively, you can configure devices using a [custom policy][MEM-1] with the [AssignedAccess CSP][WIN-3]. - **Setting:** `./Vendor/MSFT/AssignedAccess/ShellLauncher` - **Value:** -[!INCLUDE [quickstart-xml](..includes/quickstart-xml.md)] +[!INCLUDE [quickstart-xml](../includes/quickstart-xml.md)] #### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps) -[!INCLUDE [powershell-wmi-bridge-1](../../../..includes/configure/powershell-wmi-bridge-1.md)] +[!INCLUDE [powershell-wmi-bridge-1](../../../../includes/configure/powershell-wmi-bridge-1.md)] -[!INCLUDE [quickstart-ps](..includes/quickstart-ps.md)] +[!INCLUDE [quickstart-ps](../includes/quickstart-ps.md)] -[!INCLUDE [powershell-wmi-bridge-2](../../../..includes/configure/powershell-wmi-bridge-2.md)] +[!INCLUDE [powershell-wmi-bridge-2](../../../../includes/configure/powershell-wmi-bridge-2.md)] --- diff --git a/windows/configuration/assigned-access/toc.yml b/windows/configuration/assigned-access/toc.yml index 7e894a0e74..65a465ecc6 100644 --- a/windows/configuration/assigned-access/toc.yml +++ b/windows/configuration/assigned-access/toc.yml @@ -30,4 +30,6 @@ items: - name: Assigned Access CSP 🔗 href: /windows/client-management/mdm/assignedaccess-csp - name: Troubleshoot 🔗 - href: /troubleshoot/windows-client/shell-experience/kiosk-mode-issues-troubleshooting \ No newline at end of file + href: /troubleshoot/windows-client/shell-experience/kiosk-mode-issues-troubleshooting +- name: Configure Microsoft Edge kiosk mode 🔗 + href: /deployedge/microsoft-edge-configure-kiosk-mode \ No newline at end of file