I attempted to use the suggested fix for the 0x800f0922 error found at URL #1 below. I found my way to the question located at URL #2, and eventually found my way to URL #3, where I realized that part of the problem I have encountered was that the folder suggested in the original solution doesn't exist on my computer (details listed below).
I tried to implement the solutions listed at URL #3 as well as solutions found at URL #4, but to no avail. For the most part, I continued to receive the 0x800f0922 error, with the exception of the following proposed solution, which triggered the 0x80070003 error instead:
DISM.EXE /Online /Add-Package /PackagePath:C:\Features\Microsoft-Windows-NetFx3-OnDemand-Package.cab
I tried the solutions proposed at URL #5 below to fix the 0x80070003 error, but to no avail, once more triggering the original error. Some of my programs apparently require the .NET 3.5 Framework in order for me to even install them on my computer, so any help I can get in finding a way around these errors would be greatly appreciated.
EDIT: Retried mounting the ISO. Managed that successfully. Retried the command to source the file from the E drive. The command and output are below.
PS C:\windows\system32> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:E:\sources\sxs Deployment Image Servicing and Management tool Version: 10.0.18362.1139
Image Version: 10.0.18363.1198
Enabling feature(s) [==========================100.0%==========================]
Error: 0x800f0922
DISM failed. No operation was performed. For more information, review the log file.
The DISM log file can be found at C:\windows\Logs\DISM\dism.log
EDIT: Result of Restorehealth command
PS C:\windows\system32> DISM.exe /Online /Cleanup-image /Restorehealth
Deployment Image Servicing and Management tool Version: 10.0.18362.1139
Image Version: 10.0.18363.1198
[==========================100.0%==========================] The restore operation completed successfully. The operation completed successfully.
Disk Partitions Partitions
User contributions licensed under CC BY-SA 3.0