I'm trying to update my Windows 11 Insider build from 25967 to 26100 and I'm attempting to do this using PowerShell. However, when I run the command `Get-WUInstall -AcceptAll -Install -AutoReboot -MicrosoftUpdate -RecurseCycle 10`, nothing happens and it just returns to the prompt with no updates installed. I've noticed that the Service Host: Windows Update briefly appears in Task Manager and uses some internet, but then it disappears. I've also had issues with manually installing updates, as they seem to get stuck at 0%. There are some corrupt files on my system, and I really need to install the Malicious Software Removal Tool, the Antivirus Update, and the latest Windows install as soon as I can. Can anyone provide some assistance?
2 Answers
It's also worth checking out some issues that the latest security update has caused for some users, especially concerning SSDs. You might want to look at this article that discusses possible data corruption problems. It might give you some insights into what's happening with your updates.
I've run SFC /Scannow in CMD, but it found corrupted files that it can't fix. DISM restorehealth doesn’t seem to work either.
Have you tried typing `Get-WindowsUpdate` to see if anything shows up? You should get at least a couple of updates listed like KB2267602 depending on when you last checked for updates. If nothing comes up, it might help to troubleshoot a bit further.
Nope, I don't see anything at all. What should I do now?

Oh wow, this could very well be related to my problems!