Reboot the system and try again.
My Windows Update is not showing up.
Hello ...
My Windows Update is like this. Can someone help how to fix this, please? [My English is bad]
Windows for business | Windows Client for IT Pros | User experience | Other
4 answers
Sort by: Most helpful
-
-
Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
2021-06-04T14:28:22.66+00:00 Hello,
Please run Windows Update troubleshooter from Settings app > Update & security > Troubleshoot > Additional troubleshooters. See if it helps you.
Hope this helps!
-
Teemo Tang 11,466 Reputation points
2021-06-07T02:21:03.897+00:00 Hello,
Let’s reset windows update components manually.
Right click on the start button and select Powershell (admin) or Command Prompt (admin)
Write the next hit enter after each line.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 msiserverAfter completed, restart computer and go to update interface again.
-------------------------------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. -
Docs 15,761 Reputation points
2021-06-11T04:58:43.217+00:00