From 9ab60ef0cd2c3ab3ae0d2e795e7f2d3d665365c4 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 17 Oct 2025 21:11:09 +0530 Subject: [PATCH] Mention a fix for EOS message on LTSC 2021 --- docs/faq.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index e2a52f1..08c77d7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -44,8 +44,17 @@ Check the [troubleshooting guide](troubleshoot.md) for help. ![image](./assets/Your-device-is-no-longer-receiving-security-updates.png) -It’s just a visual bug. Hopefully, Microsoft will fix it in upcoming updates. -Windows 10 IoT Enterprise LTSC 2021 will continue to receive updates until [January 13, 2032](https://learn.microsoft.com/en-us/lifecycle/products/windows-10-iot-enterprise-ltsc-2021). +This is a **visual bug** that started appearing on October 15, 2025. +Microsoft released a **fix** the next day; simply select "Check for updates" in Windows Update, and the end-of-support message will disappear. + +> **Note:** +> If the **DiagTrack** service is disabled, you may need to enable it before checking for updates. +> To do so, open Command Prompt as Administrator and run the following commands: +> ``` +> sc.exe config Diagtrack start= auto +> net start Diagtrack +> ``` +> After enabling the service, run “Check for updates” again. The end-of-support message should no longer appear. ---