I have downnloaded help (sorry I don't know from whom) about Windows Update troubleshooter as I am having great trouble with updates. Win 11. Been running well until ~ a month ago when I lost all sound from speakers.
I followed steps as follows:
Step 1: Reset Windows Update Components. This all went well.
Step 2: Repair System Files:
Dockerfile:
sfc /scannow. This got to 46% and stopped.
DISM /online /Cleanup-image /RestoreHealth. This got to 53.4% Error 1392 "The file or directory is corrupted and unreadable"
While it then seemed pretty hopeless, I tried to reset Windows Update Components in PowerShell
Step 1:
net stop wuauserv : ok
net stop crvptSvc : ok
net stop bits : not running NET HELPMSS 3521
ren %systemroot%\softwaredistribution softwaredistribution.bak :'does not exist'
ren %systemroot%\system32\catroot2 catroot2.bak :'does not exist'
net startauserv :ok
net start cryptSvc :ok
net start bits :ok
net start msiserver :ok
Restarted computer
Step 2:
In Command Prompt I ran Dockerfile :not recognized
sfc /scannow :46% complete : could not perform the required operation
DISM /Online /Cleanup-image /RestoreHealth : 53.4% complete: The file or directory is corrupted and unreadable
Restarted
Step 3: Cleared Windows Update Cache : no problems.
I have therefore failed to clear my computer so that upgrades are usable.
Thanks for any help. Should I reinstall my Windows 11?