Mention a fix for EOS message on LTSC 2021
This commit is contained in:
13
docs/faq.md
13
docs/faq.md
@@ -44,8 +44,17 @@ Check the [troubleshooting guide](troubleshoot.md) for help.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
It’s just a visual bug. Hopefully, Microsoft will fix it in upcoming updates.
|
This is a **visual bug** that started appearing on October 15, 2025.
|
||||||
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).
|
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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user