diff --git a/education/windows/edu-take-a-test.md b/education/windows/edu-take-a-test.md
index d47261a7fa..b124a48d0f 100644
--- a/education/windows/edu-take-a-test.md
+++ b/education/windows/edu-take-a-test.md
@@ -149,39 +149,19 @@ To configure a guest account for Take a Test using Intune for Education, follow
Another option to configure devices with Intune, is to use a custom policy. This option is applicable to all versions of Windows 10 and Windows 11, including Windows 11 SE.
To configure a guest account for Take a Test using Microsoft Intune, create a [custom policy][MEM-1] with the following settings:
-| Category | Setting | Value| Notes |
-|-|-|-|-|
-| Local Policies Security Options | Interactive Logon Do Not Display Last Signed In | Enabled ||
-| Shared PC | Account Model | Domain | |
-| Shared PC | Deletion Policy | Delete at disk space threshold and inactive threshold | This policy ensures that|
-| Shared PC | Disk Level Caching 50
-| Shared PC | Disk Level Deletion 25
-| Shared PC | Inactive Threshold 30
-| Shared PC | Kiosk Mode AUMID Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App
-| Shared PC | Kiosk Mode User Tile Display Text Take a Test
-| Shared PC | Maintenance Start Time 1200
-| Windows Logon | Hide Fast User Switching | Enabled | |
+| Setting |
+|--------|
+|
OMA-URI: **`./Vendor/MSFT/Policy/Config/LocalPoliciesSecurityOptions/InteractiveLogon_DoNotDisplayLastSignedIn`** Data type: **Integer** Value: **1**|
+| OMA-URI: **`./Vendor/MSFT/Policy/Config/WindowsLogon/HideFastUserSwitching`** Data type: **Integer**Value: **1**|
+| OMA-URI: **`./Vendor/MSFT/SharedPC/AccountModel`**Data type: **Integer** Value: **1**|
+| OMA-URI: **`./Vendor/MSFT/SharedPC/KioskModeAUMID`**Data type: **String** Value: **Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App**|
+| OMA-URI: **`./Vendor/MSFT/SharedPC/KioskModeUserTileDisplayText`** Data type: **String** Value: **Take a Test** (or a string of your choice to display in the sing-in screen)|
+| OMA-URI: **`./Vendor/MSFT/SecureAssessment/LaunchURI`** Data type: **String** Value: **\**|
:::image type="content" source="./images/takeatest/intune-take-a-test-custom-profile.png" alt-text="Intune portal - creation of a custom policy to configure Take a Test." lightbox="./images/takeatest/intune-take-a-test-custom-profile.png" border="true":::
Assign the policy to a security group that contains as members the devices or users that you want to configure Take a Test for.
-
- - **Custom OMA-DM URI** = ./Vendor/MSFT/AssignedAccess/KioskModeApp
- - **String value** = {"*Account*":"*redmond\\kioskuser*","AUMID":” Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App "}
- *Account* can be in one of the following formats:
- - username (not recommended)
- - domain\username
- - computer name\\username (not recommended)
- - username@tenant.com
-
- - **Custom OMA-DM URI** = ./Vendor/MSFT/SecureAssessment/LaunchURI
- - **String value** = *assessment URL*
-
-
- - **Custom OMA-DM URI** = ./Vendor/MSFT/SecureAssessment/TesterAccount
- - **String value** = Enter the account that you specified in step 2, using the same account format.
-
#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
To configure a provisioning package for Take a Test, you can either use Set up School PCs or Windows Configuration Designer. While Set up School PCs provides a simple wizard to configure the provisioning package, Windows Configuration Designer provides more flexibility and control over the configuration.
@@ -210,7 +190,7 @@ To configure Take a Test with a dedicated account using Windows Configuration De
### Apply the provisioning package
-Follow the steps in [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package) to apply the package that you created.
+Follow the steps in [Apply a provisioning package][WIN-1] to apply the package that you created.
---
@@ -229,4 +209,6 @@ The following animation shows the process of signing in to the test-taking accou
-----------
[MEM-1]: /mem/intune/configuration/custom-settings-windows-10
-[MEM-2]: /mem/intune/configuration/settings-catalog
\ No newline at end of file
+[MEM-2]: /mem/intune/configuration/settings-catalog
+
+[WIN-1]: /windows/configuration/provisioning-packages/provisioning-apply-package
\ No newline at end of file
diff --git a/education/windows/images/takeatest/intune-take-a-test-custom-profile.png b/education/windows/images/takeatest/intune-take-a-test-custom-profile.png
new file mode 100644
index 0000000000..481d909861
Binary files /dev/null and b/education/windows/images/takeatest/intune-take-a-test-custom-profile.png differ