Deployment Image Servicing and Management tool error 0x800f081f


  1. Posts : 228
    Win 10 Pro 64-bit
       #1

    Deployment Image Servicing and Management tool error 0x800f081f


    I have run DISM.exe /Online /Cleanup-image /Restorehealth 3 times; always the same answer “Error 0X800f081f.” When I ran sfc /scannow and it found corrupt files and was unable to fix them.

    I have run DISM.exe /Online /Cleanup-image /Startcomponentcleanup – the operation completed successfully. When I ran Chkdsk/f it found no errors.

    I have a USB drive that boots Windows 10 PE are there utility programs I can put on the drive that would correct the cause of DISM to report error 0x800f081f ?

    What should I do? DISM reports. "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 the source location see https://go.microsoft.com/fwlink/?LinkID=243077 " The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.logs
      My Computer


  2. Posts : 5,330
    Windows 11 Pro 64-bit
       #2

    Code:
    DISM /Online /Cleanup-Image /RestoreHealth

    The above command will not work if Windows Update service not working correctly. You will be prompted to use /source parameter to specify the location of the files that are required to restore the damage or missing files.




    The Install.wim is the source of where these corrupted or missing files located.
    The Windows Imaging Format (WIM) is a file-based disk image format. It was developed by Microsoft to help deploy Windows Vista and subsequent versions of the Windows operating system family.


    The following command creates a new folder named "Mount" at C: partition.

    Code:
    Mkdir  C:\Mount

    You can execute the following command to found out the index number of your Windows OS edition that you want to repair.

    Code:
    Dism  /Get-WimInfo  /Wimfile:"L:\sources\install.wim"


    Replace the L:\sources with directory path where Install.wim stored. As you can see there are two editions of Windows 10 and all have an index number.


    The following command mounts the install.wim image file to C:\Mount folder.

    Code:
    dism /mount-wim /wimfile:X:\Sources\Install.wim /index:1 /mountdir:C:\Mount
    Replace the X:\Sources folder path with a folder path where Install.wim image file is stored.

    The /Index parameter tells DISM utility to mount which edition of Windows OS. The Install.wim file can contain more than one edition of the Windows OS.




    The following command can be executed to extract corrupted or missing Windows Component Store files.

    Code:
    DISM  /Online  /Cleanup-Image   /RestoreHealth     /Source:c:\mount\windows   /LimitAccess
    The /LimitAcess parameter tells DISM utility to not use Windows Update service to retrieve corrupted or missing files.



    To unmount a WIM file using the DISM tool, execute the following command.

    Code:
    dism /unmount-wim /mountdir:C:\Mount  /discard
      My Computer


  3. Posts : 41,475
    windows 10 professional version 1607 build 14393.969 64 bit
       #3

    Please run:

    Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    SFCfromFile.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    LOGS.bat - Click here to go to the BSOD batch repository to download and run this batch file.

    V2: BSOD - Posting Instructions - Windows 10 Forums (tenforums.com)


    For share links please use one drive, drop box, or google drive.


    Create a bootable Windows 10 iso 20H2:

    https://www.microsoft.com/en-us/soft...load/windows10
    Download Windows 10 ISO File
    Create Bootable USB Flash Drive to Install Windows 10
      My Computer


 

  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 06:40.
Find Us




Windows 10 Forums