Hello
Got Windows 10 Pro 2004 build 19041.388. Noticed that updates are failing to install, i.e. KB4586876, KB4598242 are failing with code 0x800700c1.
.NET 3.5 is disabled in the components and cannot be enabled, gives the same error code.
Attempt to enable .NET
SFCFix doesn't report any errors, log attached.
Filesystem scan shows no errors. Virus scan is also clean.
I tried following this guide, but all the recipes resulted in errors. For instance an attempt to use slipstreamed image:
Please help
Got Windows 10 Pro 2004 build 19041.388. Noticed that updates are failing to install, i.e. KB4586876, KB4598242 are failing with code 0x800700c1.
.NET 3.5 is disabled in the components and cannot be enabled, gives the same error code.
sfc /scannow
results in the following:
Code:
C:\windows\system32>sfc /scannow
Windows Resource Protection could not start the repair service.
DISM
output:
Code:
C:\windows\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.329
Image Version: 10.0.19041.388
...
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\windows\Logs\DISM\dism.log
Attempt to enable .NET
Code:
C:\windows\system32>DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
Deployment Image Servicing and Management tool
Version: 10.0.19041.329
Image Version: 10.0.19041.388
Enabling feature(s)
[==========================100.0%==========================]
Error: 193
%1 is not a valid Win32 application.
The DISM log file can be found at C:\windows\Logs\DISM\dism.log
SFCFix doesn't report any errors, log attached.
Filesystem scan shows no errors. Virus scan is also clean.
I tried following this guide, but all the recipes resulted in errors. For instance an attempt to use slipstreamed image:
Code:
C:\windows\system32>Dism /get-wiminfo /wimfile:c:\windowsiso\sources\install.wim
Deployment Image Servicing and Management tool
Version: 10.0.19041.329
Details for image : c:\windowsiso\sources\install.wim
...
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 19,049,701,556 bytes
...
The operation completed successfully.
C:\windows\system32>Dism /Online /Cleanup-Image /RestoreHealth /source:wim:c:\windowsiso\sources\install.wim:6 /limitaccess
Deployment Image Servicing and Management tool
Version: 10.0.19041.329
Image Version: 10.0.19041.388
...
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\windows\Logs\DISM\dism.log
Please help