Hello Kenneth Starick,
This is most likely normal, and your image is probably fine. DISM's /RestoreHealth seems to be doing a deeper check and pulling/validating from Windows Update, so it can crawl around the 60% mark and then sit at 100% for a while before it actually wraps up. It looks frozen, but it's usually still working.
The "Remote procedure call failed" probably wasn't a separate fault — it likely happened because you exited WMI. DISM leans on WMI and the RPC service to do its thing, so stopping it mid-run can kill the operation even when nothing's actually wrong. I'd just leave WMI alone while DISM runs and see if it behaves.
If you'd rather not guess whether it's stuck, open PowerShell as admin and run:
-
Get-Content C:\Windows\Logs\CBS\CBS.log -tail 10 -wait
You should see new lines appear as it works, and it's genuinely done once you spot**"Ending TrustedInstaller finalization."** Given it does reach 100% with no problems reported, I'd lean towards this being a post-update quirk rather than corruption.