Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,489 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Microsoft, I would like to ask why my Windows 10 enterprise LTSC does not show the update check line even though some applications say that my windows needs to be updated to use it.
Thank you for listening
Reset the Windows Update Components by running the following commands in an elevated Command Prompt:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old
Ren C:\\Windows\\System32\\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver