Windows 10 Issues - DISM Error 0x800f081f

ithilien22

Member
Joined
Oct 3, 2015
Posts
6
Hello,

My computer has been running very slow for the last couple of days and keeps having errors around Windows components (start button doesn't respond, for example). After googling the issue, here are the following troubleshooting steps I tried:

1. Ran sfc /scannow:
Code:
Windows Resource Protection found corrupt files but was unable to fix someof them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

2. Ran DISM /Online /Cleanup-Image /RestoreHealth
Code:
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================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 http://go.microsoft.com/fwlink/?LinkId=243077.

3. I had done the free upgrade from Windows 8.1, so I used Wim Converter to convert my .esd file to a .wim file and then tried again, this time specifying the source.

Ran DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\Sources\Install.wim:1 /LimitAccess
Code:
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================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 http://go.microsoft.com/fwlink/?LinkId=243077.

4. Downloaded SFCFix and ran it
Code:
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================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 http://go.microsoft.com/fwlink/?LinkId=243077.

I'm out of ideas now and am hoping someone here can figure out where I'm going wrong? Attached is my CBS.log, dism.log, and SFCFix.txt.

View attachment SFCFix.txt
View attachment CBS.zip
View attachment dism.zip
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top