And for what it's worth, Windows gave me messages that it reset default apps to Microsoft default programs.
Easily fixed, of course. Just mention it in case it means something in your analysis.
Thanks.
I normally get about 14 instances of apps being reset when I test run the repair program but I always create a system image first to restore with.
The chkdsk and sfc /scannow are Steps 3 and 4 on the main UI but as you are using a SSD then you would only use the /f parameter and not the /r one because your drive doesn't have any moving parts to wear out.
The MDAC/MS Jet repair relates to DLL files which would suggest one or more are missing/corrupt, but as the dism /restorehealth and sfc /scannow came back clean, I'm not sure what it relates to.
You can run the repair program with just selective repairs and they will complete.
As the program is sticking on that repair, I think I'd go for a repair install which doesn't affect personal stuff or installed programs.
If you don't have Win 10 install media you can create either a bootable DVD or USB after reading
https://www.microsoft.com/en-gb/software-download/windows10When you've done that, open Windows/File Explorer - This PC - insert the install media and double click on its drive.
This will start the process when using a DVD but will open to its files when using an USB where you would then double click on setup Application.
This takes 3 - 4hrs on my Win 10
You haven't said why you originally ran the repair program, but as long as it isn't 3rd party installed program related, then the repair install should fix any errors.
There's an alternative you could try prior to running the repair program again and that is to boot up with the install media by tapping F12 as you switch on then use the cursor keys to select the media you are using insert the DVD and press enter.
If you are using an USB, I've found it best to insert that before tapping F12 and switching on.
If using a DVD you will be prompted to press any key to boot from a CD/DVD and then you will be presented with an inverse window with Windows Setup [EMS Enabled] highlighted - just press enter.
You don't get that when using an USB.
When it has loaded, navigate to the Install screen and click on Repair your computer - Troubleshoot and select Command Prompt.
At the prompt enter bcdedit |find "osdevice"
For clarity that is a Pipe symbol before find and is the uppercase of \
Then using your partition letter instead of the x I have exampled, enter -
dism /image:x:\ /cleanup-image /restorehealth
Follow that with this cmd, again using your partition letter instead of the X I have exampled -
sfc /scannow /offbootdir=X:\ /offwindir=X:\Windows
Enter exit to close the cmd window, remove the install media and reboot.
If the repair program still sticks on that repair then I'd go for the repair install.