Windows 10: DISM /restorehealth error 0x800f081f

Discus and support DISM /restorehealth error 0x800f081f in Windows 10 Performance & Maintenance to solve the problem; [img] 0 I have a user who has a Lenovo notebook recently upgraded to Windows 10 Pro. He complained that it is very sluggish and Internet... Discussion in 'Windows 10 Performance & Maintenance' started by djtentman, Nov 24, 2015.

  1. djtentman Win User

    DISM /restorehealth error 0x800f081f


    DISM /restorehealth error 0x800f081f [​IMG]
    0



    I have a user who has a Lenovo notebook recently upgraded to Windows 10 Pro.
    He complained that it is very sluggish and Internet Explorer is extremely sluggish since the upgrade to Windows 10. I ran SFC /scannow with this result:
    Windows Resource Protection found corrupt files but was unable to fix some
    of 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.
    I ran Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\x64\Sources\Install.esd:1 /limitaccess pointed to a USB drive with a fresh download of Windows 10 on it. I get this result:
    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 Configure a Windows Repair Source.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    Here are the errors from the log file:
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f081f)
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 Failed processing package changes with session option CbsSessionOptionRepairStoreCorruption - CDISMPackageManager::RestoreHealth(hr:0x800f081f)
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 Failed to restore the image health. - CPackageManagerCLIHandler:DISM /restorehealth error 0x800f081f :processCmdLine_CleanupImage(hr:0x800f081f)
    2015-11-25 09:45:57, Error DISM DISM Package Manager: PID=4792 TID=3828 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f081f)

    :)
     
    djtentman, Nov 24, 2015
    #1
  2. 'Mike P Win User

    DISM ‘restorehealth’ error 0x800f081f

    16299 is what is important the .248 or other doesn't matter with dism the original dism.exe will stay the same 16299.15 until the Spring build is finalized about the end of april. Then its number might be 180xx.15

    Problem looks like you are actually missing a windows file & running Dism against the iso hopefully will replace that missing or corrupt file with a new copy from the iso.
     
    'Mike P, Nov 24, 2015
    #2
  3. VanieMae Win User
    DISM ‘restorehealth’ error 0x800f081f

    So you're saying that if I did do the media creation tool, then created an ISO then did the instructions that you gave me will fix the problem?

    And also can I save the iso file (the created Windows ISO) in a drive is that is not empty?
     
    VanieMae, Nov 24, 2015
    #3
  4. Kyhi Win User

    DISM /restorehealth error 0x800f081f

    check out the link in my sig below
     
  5. JohnJ Win User
    Microsoft Outlook (Office 2007)

    Latest Error message 0x800f081f which according to Microsoft is not Relevant to Win10 but refers to Win 7

    Everything was working fine, then

    Store stopped opening just get a quick flash on screen

    Tried various suggested “fixes”

    Sf/scannow came back with not being able to find source files

    DISM Scan health and restore health came back with the error 0x800f081f (See comments above)

    Now Edge will not open at all and I could not open my PDF attachments – message - invalid value for registry
    Have changed defaults to Firefox for the Internet connection and Adobe Reader for the PDF files – this appears to be working

    After three days of almost continuous command line entries and laptop restarts Cannot remember anything else
     
    JohnJ, Feb 11, 2016
    #5
  6. davidhk Win User
    Assuming you are using Win 10 version 10586

    You need the Install.wim which can be obtained by downloading the ISO from Tech Bench.

    https://www.microsoft.com/en-us/soft...load/techbench


    Once you have the iso downloaded, right click at the ISO > click Mount > leave it there.
    ( note : no need to burn the iso to a dvd or usb. Not needed for this operation.)

    Then open the elevated command prompt and copy and paste this................

    Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:H:\sources\install.wim:1 /limitaccess

    Note : H is the drive where the iso is mounted. Change it if your driver letter is different.

    When it is completed, you should get the report that the operation is successful.
    Now run the sfc /scannow again. It should be ok this time.
     
    davidhk, Feb 11, 2016
    #6
  7. JohnJ Win User
    Downloaded the ISO was not given any option to mount. Copied the command successfully and got message saying success then ran sfc /scannow which was also successful. restarted laptop but still no store and Edge blue screen stays on screen for a lot longer before disappearing. Where to now?
     
    JohnJ, Feb 13, 2016
    #7
  8. davidhk Win User

    DISM /restorehealth error 0x800f081f

    Suggestion only :

    Do a repair install.
    It will allow you to keep your files, settings and apps.
    Activation will be automatic.
    Repair Install Windows 10 with an In-place Upgrade

    Since you already have the current iso downloaded, please use Step 4.
     
    davidhk, Feb 13, 2016
    #8
  9. JohnJ Win User
    have carried out Repair Install Win 10 with in place upgrade .Still no Store or Edge?
     
    JohnJ, Feb 14, 2016
    #9
  10. davidhk Win User
    Will you hate me or even curse at me if I ask you to do a Clean Install ?

    https://www.tenforums.com/tutorials/1...n-install.html
    During the clean install, if you were asked to enter product key, just click the SKIP option.
    After clean install is completed, activation will be automatic.
     
    davidhk, Feb 14, 2016
    #10
  11. JohnJ Win User
    Have previously tried this option but will try again later this morning. Have been in front of screen now for six hours and it is 2.00am. Signing off for now but I do appreciate any assistance offered
     
    JohnJ, Feb 14, 2016
    #11
  12. JohnJ Win User
    Back in the saddle again-Tried to do a clean install from a memory stick (brand new never been used) but unsuccessful. Did not matter which partition I chose kept getting same message-Windows cannot be installed on this drive. Think I must be missing some major step in the process?
     
    JohnJ, Feb 16, 2016
    #12
  13. davidhk Win User

    DISM /restorehealth error 0x800f081f

    I am afraid I don't know how to assist you any further.
    Sorry.
     
    davidhk, Feb 16, 2016
    #13
  14. SoFine409 Win User
    I had this happen to me and it was caused by using a USB3 stick. Using a USB2 stick enabled the installation to proceed. What happens was that the installer looks at all off the disks in your system, including the USB stick where it's running from and if it can not find drivers for it it craps out. Silly but that's what it does. I hope the solves your problem.
     
    SoFine409, Feb 17, 2016
    #14
  15. JohnJ Win User
    Yes I am using a USB 3 stick bought specifically for this exercise,(supposed to be "backward compatible" with USB 2.

    Any suggestions other than buying another stick USB 2 this time?
     
    JohnJ, Feb 17, 2016
    #15
Thema:

DISM /restorehealth error 0x800f081f

Loading...
  1. DISM /restorehealth error 0x800f081f - Similar Threads - DISM restorehealth error

  2. DISM restorehealth error 0x800f081f and analyzecomponentstore error 0x800f0900

    in Windows 10 Installation and Upgrade
    DISM restorehealth error 0x800f081f and analyzecomponentstore error 0x800f0900: HiMy Windows 10 doesn't boot with error 0xc000021a.Startup repair didn't fix the problem.Check disk doesn't find any issues.SFC just says can't operate the request without any error codes.DISM component cleanup gets completed successfully just in 20% and doesn't go further...
  3. dism /RestoreHealth get Error: 0x800f081f

    in Windows 10 Installation and Upgrade
    dism /RestoreHealth get Error: 0x800f081f: All commands run in the environment with the highest administrator authority dism /Get-WimInfo /WimFile:j:\sources\install.esd /index:4Hal : acpiapic Version: 10.0.19041Deployment Image Servicing and Management tool Version: 10.0.19041.844Image Version: 10.0.19042.928 It's...
  4. Dism /Online /Cleanup-Image /RestoreHealth haver error 0x800f081f

    in Windows 10 Installation and Upgrade
    Dism /Online /Cleanup-Image /RestoreHealth haver error 0x800f081f: Hi All, My server is using Windows server 2019 Datacenter and I cannot apply Windows Update. I tried to use the command as below to restore the image Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\sources\Install.wim:1 /limitaccess But I got the error message...
  5. Dism error: 0x800f081f

    in Windows 10 BSOD Crashes and Debugging
    Dism error: 0x800f081f: I used Dism "C:\>dism /image:c:\ /cleanup-image /restorehealth /scratchdir:c:\scratch" to repair a Win10 system in a PE environment, and received an error 0x800f081f, stating that "[t]he source files could not be found". Any suggestions on what to do next? Thanks in...
  6. DISM /Online /Cleanup-Image /RestoreHealth Error: 0x800f081f

    in Windows 10 Installation and Upgrade
    DISM /Online /Cleanup-Image /RestoreHealth Error: 0x800f081f: Hi, Was trying to update windows 10 manually and it failed with this error : `Windows 10 Insider Preview 18950.1000 (rs_prerelease) - Error 0x800f0900` . I checked sfc /scannow and it tells me it found some corruption etc but it could not repair. I tried to run DISM...
  7. fix: dism ‘restorehealth’ error 0x800f081f

    in Windows 10 Installation and Upgrade
    fix: dism ‘restorehealth’ error 0x800f081f: i was installing updates in win 10. I got error Error code: (0x80073712). to solve this I sed cmd dism commands. then got the error mentioned in subject line. how to fix: dism ‘restorehealth’ error 0x800f081f?...
  8. Error DISM restorehealth

    in Windows 10 Performance & Maintenance
    Error DISM restorehealth: Hello I use the Windows DVD 10 and option 3 with IMAGE_HEALTH and have an error 50: http://www.eightforums.com/performan...upt-files.html 0x800f081f and operation not fix !! What to do ? thanks for your help Best regards 23654
  9. DISM RestoreHealth failing with Error: 0x800f081f

    in Windows 10 Performance & Maintenance
    DISM RestoreHealth failing with Error: 0x800f081f: Hi, I'm trying to use DISM to repair a corrupt file and the command keeps failing with Code: Error: 0x800f081fThe 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...
  10. Windows 10 Powershell DISM RestoreHealth error 0x800f081f

    in Windows 10 Performance & Maintenance
    Windows 10 Powershell DISM RestoreHealth error 0x800f081f: Hello everyone. This is my first time here so I'm hoping I'm in the right section and that the title is clear and all that. So basically I had some trouble with viruses a while back. I did manage to get rid of them (I think) but my PC has been a bit odd since then. For...
Tags: