@DavidPrater3
Another user indicated success by using the Update Now button from this website. This would basically do an in-place repair, keeping your data files and installed apps:
https://www.microsoft.com/en-gb/software-download/windows10
Have you tried installing the latest Cumulative Update (KB4577063) dated October 1, 2020? The Update now button mentioned above ought to incorporate that CU also.
https://support.microsoft.com/en-gb/help/4577063/windows-10-update-kb4577063
See below, if the new CU does not fix everything:
___________________________________________________
In my previous reply, I was wrong to have focused on the "Sandbox" folder name. Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-gb~.cab is a standard part of a new Windows 10 OS image (in GB). It is the Feature on Demand for Windows Fax
and Scan (which is the WFS portion of the filename). https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/features-on-demand-non-language-fod
When you mentioned that sfc and DISM did not work, what exactly happened? Did they run and show no errors at all, or did running them show issues that were not repairable?
A good starting point might be to delete any existing temp folders, such as the C:$WINDOWS.~BT folder and contents, as well as the C:\Windows\SoftwareDistribution folder. You might need to use SHIFT-Restart to get a boot menu, where you can then browse
to find Command Prompt. You can then find these folders and delete them using commands such as:
rd /s /q C:$WINDIOWS.~BT
rd /s /Q C:\Windows\SoftwareDistribution
Note that on some computers, Windows and the Users folder may appear on some drive letter other than C: in this mode, so check first.
You could try adding/removing Windows Fax and Scan to see if that helps in any way:
DISM /Online /Remove-Capability /CapabilityName:Print.Fax.Scan~~~~0.0.1.0
DISM /Online /Add-Capability /CapabilityName:Print.Fax.Scan~~~~0.0.1.0