diff --git a/education/windows/federated-sign-in.md b/education/windows/federated-sign-in.md
index a8e3a6e8e8..ddc8729e5c 100644
--- a/education/windows/federated-sign-in.md
+++ b/education/windows/federated-sign-in.md
@@ -83,19 +83,19 @@ Once the devices are configured, a new sign-in experience becomes available.
As the end users enter their username, they'll be redirected to the identity provider sign-in page. Once users are authenticated by the IdP, they'll be be signed-in. In the following animation, you can see how the first sign-in process works:
-:::image type="content" source="./images/federated-sign-in-windows-se.gif" alt-text="Windows 11 SE sign-in using federated sign-in through Clever and QR code badge." border="false":::
+:::image type="content" source="./images/win-11-se-federated-sign-in.gif" alt-text="Windows 11 SE sign-in using federated sign-in through Clever and QR code badge." border="false":::
> [!IMPORTANT]
> Once the policy is enabled, the first user to sign-in to the device will also set the disambiguation page to the identity provider domain on the device. This means that the device will be defaulting to that IdP. The user can exit the federated sign-in flow by pressing Ctrl+Alt+Delete to get back to the standard Windows sign-in screen.
## Important considerations
-- Network and Accessibility menus aren't available in the web sign-in flow. They can be accessed on the standard Windows sign-in page. While in the web sign-in flow, press Ctrl+Alt+Delete and the classic Windows sign-in UI will be shown, along with the buttons that launch those menus.
-- Federated sign-in doesn't work on devices that have the following features enabled:
- - **EnableSharedPCMode**, which is part of the [SharedPC CSP][WIN-1]
- - **PreferredAadTenantDomainName**, which is part of the [Authentication CSP][WIN-2]
- - The security policy **Interactive logon: do not display last signed in**, which is part of the [Policy CSP][WIN-3]
- - **Take a Test**, since it leverages the security policy above
+Federated sign-in doesn't work on devices that have the following features enabled:
+
+- **EnableSharedPCMode**, which is part of the [SharedPC CSP][WIN-1]
+- **PreferredAadTenantDomainName**, which is part of the [Authentication CSP][WIN-2]
+- The security policy **Interactive logon: do not display last signed in**, which is part of the [Policy CSP][WIN-3]
+- **Take a Test**, since it leverages the security policy above
## Troubleshooting
diff --git a/education/windows/images/federated-sign-in-windows-se.gif b/education/windows/images/win-11-se-federated-sign-in.gif
similarity index 100%
rename from education/windows/images/federated-sign-in-windows-se.gif
rename to education/windows/images/win-11-se-federated-sign-in.gif