From 862e2bdf557c73591a6882fb49a056ad126774fd Mon Sep 17 00:00:00 2001 From: Liz Long <104389055+lizgt2000@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:35:30 -0400 Subject: [PATCH] change to powershell --- windows/configuration/lock-down-windows-11-to-specific-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-11-to-specific-apps.md b/windows/configuration/lock-down-windows-11-to-specific-apps.md index 3f0fdbe2d4..c8ca4e4fa1 100644 --- a/windows/configuration/lock-down-windows-11-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-11-to-specific-apps.md @@ -17,6 +17,7 @@ ms.topic: how-to - Windows 11 Pro, Enterprise, and Education +> [!NOTE] > The use of multiple monitors isn't supported for multi-app kiosk mode. A [kiosk device](./kiosk-single-app.md) typically runs a single app, and users are prevented from accessing any features or functions on the device outside of the kiosk app. @@ -51,7 +52,7 @@ Currently, the only supported method to configure a multi-app kiosk in Windows 1 4. Once your XML is complete, follow the WMI Bridge instructions to create a script by replacing the XML in the sample code with the XML you generated in Steps 1-3. The final script should look similar to the sample code below. -```xml +```powershell $nameSpaceName="root\cimv2\mdm\dmmap" $className="MDM_AssignedAccess" $obj = Get-CimInstance -Namespace $namespaceName -ClassName $className