Mention a fix for EOS message on LTSC 2021

This commit is contained in:
2025-10-17 21:11:09 +05:30
parent 6f82dd226c
commit 9ab60ef0cd

View File

@@ -44,8 +44,17 @@ Check the [troubleshooting guide](troubleshoot.md) for help.
![image](./assets/Your-device-is-no-longer-receiving-security-updates.png)
Its 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.
---