Windows 10: Windows 10 Creators update and DISM

Discus and support Windows 10 Creators update and DISM in Windows 10 Performance & Maintenance to solve the problem; Hi there - Using Win 10 Anniversary Update I had no problem fixing the installation using DISM. Having done a clean install of the Creator Update... Discussion in 'Windows 10 Performance & Maintenance' started by esbkk11000, Apr 11, 2017.

  1. Windows 10 Creators update and DISM


    Hi there -

    Using Win 10 Anniversary Update I had no problem fixing the installation using DISM.

    Having done a clean install of the Creator Update and using DISM I get the message: The component store is repairable - The operation completed successfully,
    What does this actually mean?
    Has the component store being repaired or not? Or does it mean the DISM option has completed the scan?

    However, I am unable to repair the installation simple because that the source file cannot be found - or similar, even though I am using the same code as I used before with either an ISO file on DVD or flash drive.

    The code I am using is: DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:G:\Sources\Install.wim:1 /LimitAccess

    Your help in this matter greatly appreciated.

    :)
     
    esbkk11000, Apr 11, 2017
    #1
  2. PaulNH Win User

    fault with fall creators update

    Folks

    I put on the Fall Creators Update 2 days ago and have reverted it to standard Creators Update and replaced it again with the Fall Creators Update.

    Problem is the same on both systems (i.e. both Fall Creators Update systems). Whereas DISM with its various switches worked perfectly well with the Creators Update, (and before that) - with the Fall Creators Update using the string

    Dism /Online /Cleanup-Image /Restorehealth

    DISM returns an error code 193 and will not clean up the Windows files. Any ideas folks or is this a known bug with a fix in the pipeline ?

    Thanks
     
    PaulNH, Apr 11, 2017
    #2
  3. Kapil Arya MVP, Apr 11, 2017
    #3
  4. Windows 10 Creators update and DISM

    TairikuOkami, Apr 11, 2017
    #4
  5. Both DISM and SFC are fine with the CU. I have the CU and have used both.

    The DISM command you referenced is correct. But you must reference the correct drive where the ISO is mounted. So first of all, mount the ISO on your PC and substituted it for the "G" in your command if the mounted volume is different.

    Secondly, the ISO and the Windows version you are running must match. To check the version of your downloaded ISO, you can use the command:

    dism /Get-WimInfo /WimFile:H:\sources\install.esd /index:1

    If you are still having problems, try leaving off "LimitAccess". This will allow a search of Windows Update for the corrupted components.
     
    TexasBandit, Apr 11, 2017
    #5
  6. Thanks for the suggestions, but unfortunately, nothing has worked. I have tried having the ISO file on DVD, flash drive and even on several of the SSDs.
    Still getting the message that the source file cannot be found.
    Either I am missing something in the code or because of the slight difference of the version of the files - ISO is version 15065.0 and the installed version of the OS is 15063.138.
    Which must be the result of an update.
     
    esbkk11000, Apr 12, 2017
    #6
  7. DISM has very poor error messages that can make it very difficult to troubleshoot. In your case, the versions are different, and it absolutely will not work with that. The versions must be the same. DISM can be tricky to say the least. If you can't get DISM to work, my suggestion would be to try and repair Windows.
     
    TexasBandit, Apr 12, 2017
    #7
  8. Bree New Member

    Windows 10 Creators update and DISM

  9. EdTittel Win User
    DISM is also now accessible through a whole series of PowerShell cmdlets, to wit:
    PS C:\WINDOWS\system32> get-help *-WindowsImage #output edited for compactness
    Name Synopsis
    ------- ----------
    Add-WindowsImage Adds an additional image to an existing image (.wim) file.
    Dismount-WindowsImage Dismounts a Windows image from the directory it is mapped to.
    Expand-WindowsImage Applies an image to a specified location.
    Export-WindowsImage Exports a copy of the specified image to another image file.
    Get-WindowsImage Gets information about a Windows image in a WIM or VHD file.
    Mount-WindowsImage Mounts a Windows image in a WIM or VHD file to a directory on the local computer.
    New-WindowsImage Captures an image of a drive to a new WIM file.
    Optimize-WindowsImage Configures a Windows image with specified optimizations.
    Remove-WindowsImage Deletes the specified volume image from a WIM file that has multiple volume images.
    Repair-WindowsImage Repairs a Windows image in a WIM or VHD file.
    Save-WindowsImage Applies changes made to a mounted image to its WIM or VHD file.
    Split-WindowsImage Splits an existing .wim file into multiple read-only split .wim files.
    #To get help on any individual *-WindowsImage PowerShell cmdlet, type this
    #string inside PowerShell: get-help <cmdlet name>, e.g. get-help Add-WindowsImage
    #To see representative examples, type: "get-help Get-WindowsImage -examples".
    #For more information, type: "get-help Get-WindowsImage -detailed".
    #For complete technical information, type: "get-help Get-WindowsImage -full".
    #For online help, type: "get-help Get-WindowsImage -online"

    Check it out! For most forum members the Repair-WindowsImage and Get-WindowsImage cmdlets will be of greatest interest. I'm also going to be digging into the Optimize-WindowsImage stuff, too.
    --Ed--
     
    EdTittel, Apr 12, 2017
    #9
  10. Steve C Win User
    Steve C, Apr 13, 2017
    #10
  11. It seems the testing effort by MS prior to releasing an update is sorely lacking these days. I didn't get the AU because of the many issues associated with it. I did install the CU without any major issues so far. MS really needs to enhance their pre-release testing procedures. A major software outfit like MS should not be releasing products with so many issues.
     
    TexasBandit, Apr 13, 2017
    #11
  12. Steve C Win User
    I agree. I started a thread here but most people seem content with Micosoft's efforts Many Creators Upgrade Problems?
     
    Steve C, Apr 13, 2017
    #12
  13. Windows 10 Creators update and DISM

    Update to my statement that SFC and DISM are working on my PC with CU ... at first both appeared to work. However, later although SFC /Scannow reports no corruption, the DISM command checkhealth reports a repairable component store. This is a glaring error for the CU and should have been corrected prior to release IMO.
     
    TexasBandit, Apr 15, 2017
    #13
  14. Steve C Win User
    Yes, it's a poor software engineering effort from MS.
     
    Steve C, Apr 16, 2017
    #14
  15. JohnBurns Win User
    Apparently on my pc, Cortana caused the problem with DISM. I tried to get Cortana to work and suddenly DISM was not able to complete properly. So, I used Macrium Reflect backup image and restored to 2 days ago before I was stupid enough to think Cortana was important - and now all is well with DISM. Lesson learned here!
     
    JohnBurns, Apr 20, 2017
    #15
Thema:

Windows 10 Creators update and DISM

Loading...
  1. Windows 10 Creators update and DISM - Similar Threads - Creators update DISM

  2. installing the Windows 10 Creators Update

    in Windows 10 Installation and Upgrade
    installing the Windows 10 Creators Update: The Discussion …. Text may not appear in the Windows interface on some devices after installing the Windows 10 Creators Update...
  3. Windows 10 creator update

    in Windows 10 Updates and Activation
    Windows 10 creator update: I still do not get this update, is it normal? 84821
  4. Creators Update and Windows 10 Home

    in Windows 10 Updates and Activation
    Creators Update and Windows 10 Home: Hello, I have two laptops with Win10 Home that I update only sometimes (because the WU service is disabled and because I do when I want to do it). I just update it and everything was fine but it didn't download the CU patch. Also, I try to force the "Search for updates"...
  5. DISM problem , on windows 10 creators update , ver.1703

    in Windows 10 Performance & Maintenance
    DISM problem , on windows 10 creators update , ver.1703: Hi , two days ago ( 2/5/2017) upgraded my windows 10 system from ver.1607 to ver.1703 , so called Creators update and immediately ran sfc /scannow ( no integrity violation ), DISM /Online /Cleanup-Image /ScanHealth ( component store repairable ) and DISM /Online...
  6. Can not use Dism Restore health need instalwim of creator update

    in Windows 10 Performance & Maintenance
    Can not use Dism Restore health need instalwim of creator update: Hi always i install windows from the iso created whith media creation tool i have problems whith dism or sfc, always says i have to repair system. that not happen whith normal iSO. I see iso created whith MCT are install.esd i need to download a creator update iso whith...
  7. Windows 10 creator update

    in Windows 10 Installation and Upgrade
    Windows 10 creator update: I have just bought new laptop HP Elitebook X360 , which come with win 10 pro , I want to know if updating to windows 10 creator will remove my pre installed app and programs that came with it from HP company or not ! As it has many security features and drivers that I...
  8. Windows 10 Creators Update

    in Windows 10 Installation and Upgrade
    Windows 10 Creators Update: Hello,I am willing to try another more time (this will be the last try) to update my system.As you already know, my system is Windows 10, originally installed the Hebrew version and tailored on it the English language.Also installed Office 2007 and other programs...
  9. Windows 10 Creators Update and Creators Update SDK are Released

    in Windows 10 News
    Windows 10 Creators Update and Creators Update SDK are Released: This is a big day! Today we opened access to download the Windows 10 Creators Update and, along with it, the Creators Update SDK. And today is a great day for all Windows developers to get the SDK and start building amazing apps that take advantage of new platform...
  10. Emoji in Windows 10 (Creators Update)

    in Windows 10 Support
    Emoji in Windows 10 (Creators Update): I recently decided to update to the Windows 10 Creators Update.......and one MAJOR change that I do NOT like at all is the change in appearance to the emoji. Before, they looked like this: Emojis on windows Now, they're like this: [img] Is there ANY way I can...