How to fix DISM error 0x800F081F

Page 1 of 6 123 ... LastLast

  1. Posts : 152
    windows
       #1

    How to fix DISM error 0x800F081F


    Hi
    Getting DISM error 0x800F081F in below setup.

    Setup:
    1. Customer’s windows 8.1 all in one PC boots OK, but when logging in you never see any desk screen.
    2. Mouse, keyboard and alt ctrl del working fine – task manager works fine and shows 99% idle. No lan connection
    3. Booting in safe mode with cmd.
    4. Entering “Dism /Online /Cleanup-Image /RestoreHealth /Source:g:\windows /limitaccess”, where G is a mounted USB drev with latest backup.
    5. Here I am getting DISM error 0x800F081F.

    Pls. suggest
      My Computer


  2. Posts : 42,986
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Noting you have come to tenforums with Win 8.1...

    See:
    Windows 10 Powershell DISM RestoreHealth error 0x800f081f

    - check your source is a match for the installed O/S.
      My Computers


  3. Posts : 152
    windows
    Thread Starter
       #3

    Yes, correct.
    Issue raised here because it is generic and probably same in win10
      My Computer


  4. Posts : 5,452
    Windows 11 Home
       #4

    You can spend hours, even days trying to fix this error or you can perform a repair upgrade.

    Repair Install Windows 8 | Windows 8 Help Forums
      My Computer


  5. Posts : 2,800
    Windows 7 Pro
       #5

    Your source cannot be a backup of Windows.

    As an alternative to using Windows Update, you can use the following as a source:

    Mounted image:
    You can use a mounted Windows image from a WIM file as a source to restore optional features and repair a corrupted operating system. For example, c:\mount\Windows. For more information about capturing a Windows image as a WIM file, see Capture Images of Hard Disk Partitions Using DISM.

    Running Windows installation:
    You can use a running Windows installation as a source to restore optional features by sharing the c:\Windows folder on your network.

    Side by side (SxS) folder:
    You can use a Windows side-by-side folder from a network share or from a removable media, such as Windows installation media, as the source of the files. For example, z:\sources\SxS.

    WIM file:
    You can use a Windows image (.wim) file on a network share as a source to restore optional features. You must specify the index of the Windows image in the .wim file that you want to use and you must use a Wim: prefix in the path to identify this file format. For example, to specify index 3 in a file named contoso.wim, type: Wim:\\network\images\contoso.wim:3.
      My Computers


  6. Posts : 42,986
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #6

    plaurits said:
    Yes, correct.
    Issue raised here because it is generic and probably same in win10
    Thank you for your reply.

    Perhaps you missed the 2nd part of my post?
      My Computers


  7. Posts : 152
    windows
    Thread Starter
       #7

    Thanks, yes I already checked that. It references Use DISM to Repair Windows 10 Image.
    I will try the steps here.
    Br Peter

    - - - Updated - - -

    Hi
    Tried above procedure, scanhealth says that "the component store is repairable".
    Command: Dism /Online /Cleanup-Image /ScanHealth
    However the restorehealth still gives same error 0x800F081F - The source files could not be found, ref http://go.microsoft.com/fwlink/?linkid=243077
    Command: Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\sources\install.wim:2 /limitaccess
    E is the drive letter for the mounted win iso image.
    How to fix DISM error 0x800F081F-2022-06-15_20-19-12.jpgHow to fix DISM error 0x800F081F-2022-06-15_20-20-01.jpg
    Last edited by plaurits; 16 Jun 2022 at 09:17.
      My Computer


  8. Posts : 2,800
    Windows 7 Pro
       #8

    It would be better to boot from the installation disk to perform this reparation.

    If you have a wim file:
    Code:
    DISM /Image:c:\ /Cleanup-Image /Restorehealth /scratchdir:c:\windows\temp /source:wim:E:\sources\install.wim:2 /limitaccess
    With esd file:
    Code:
    DISM /Image:c:\ /Cleanup-Image /Restorehealth /scratchdir:c:\windows\temp /source:esd:E:\sources\install.esd:2 /limitaccess
    Where C:\ is the offline system and E:\ is the installation media. Depends on your source.
      My Computers


  9. Posts : 152
    windows
    Thread Starter
       #9

    Thanks again MaloK. I will try that

    - - - Updated - - -

    Hi again
    Tried below command after boot on win USB and win file extracted to c:\install.win
    DISM /Image:c:\ /Cleanup-Image /Restorehealth /scratchdir:c:\windows\temp /source:C:\install.wim /limitaccess
    Same result.
    As mentioned scanhealth says that component store is repairable, so I guess it should be possible to restorehealth

    - - - Updated - - -

    Hi again
    Tried below command after boot on win USB and win file extracted to c:\install.win
    DISM /Image:c:\ /Cleanup-Image /Restorehealth /scratchdir:c:\windows\temp /source:C:\install.wim /limitaccess
    Same result.
    As mentioned scanhealth says that component store is repairable, so I guess it should be possible to restorehealth

    - - - Updated - - -

    here with screenshot from installed windowsHow to fix DISM error 0x800F081F-2022-06-16_13-01-11.jpg
    Last edited by plaurits; 16 Jun 2022 at 09:19.
      My Computer


  10. Posts : 2,800
    Windows 7 Pro
       #10

    I'm not sure how you proceed ?

    While booted in Windows installation.

    The commands should be launched from X:\Windows\System32, at the moment you are using the DISM of your offline Windows, instead of the one on installation disk.

    And finally your source is not correctly qualified:

    Code:
    /source:wim:E:\sources\install.wim:2
    Mention Wim and index at the end
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:12.
Find Us




Windows 10 Forums