From 34d0086683d932ed2bcbb126257c06b4166f9734 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:45:59 -0400 Subject: [PATCH] updates --- education/windows/edu-take-a-test-kiosk-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/windows/edu-take-a-test-kiosk-mode.md b/education/windows/edu-take-a-test-kiosk-mode.md index 7b63cbd004..62b96781d0 100644 --- a/education/windows/edu-take-a-test-kiosk-mode.md +++ b/education/windows/edu-take-a-test-kiosk-mode.md @@ -166,7 +166,7 @@ if (-not ($cimObject)) { $cimObject.InteractiveLogon_DoNotDisplayLastSignedIn = 1 Set-CimInstance -CimInstance $cimObject -#Configure interactive logon +#Configure Windows logon $className = "MDM_Policy_Config01_WindowsLogon02" $instance = "WindowsLogon" $cimObject = Get-CimInstance -Namespace $namespaceName -ClassName $className @@ -205,7 +205,7 @@ To create a local account, and configure Take a Test in kiosk mode using the Set :::image type="content" source="./images/takeatest/login-screen-take-a-test-single-pc.png" alt-text="Windows 11 SE login screen with the take a test account." border="true"::: > [!NOTE] - > To sign-in with a local account on a device that is joined to Azure AD or Active Directory, you must prefix the username with either `computername\` or `.\`. + > To sign-in with a local account on a device that is joined to Azure AD or Active Directory, you must prefix the username with either `\` or `.\`. ---