Use DISM to Repair Windows 10 Image  

Page 54 of 84 FirstFirst ... 444525354555664 ... LastLast

  1. Posts : 117
    windows 10 Education Build 16299 x64
       #530

    Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:C:\ESD\install.wim:1 /limitaccess

    but getting error again & again
    but the index number is 2
    do i change 2 instead of 1??? but it doesnt working also
      My Computer


  2. Posts : 31,644
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #531

    remostalin said:
    Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:C:\ESD\install.wim:1 /limitaccess

    but getting error again & again
    but the index number is 2
    do i change 2 instead of 1??? but it doesnt working also
    Two things there. First, are you sure you have an install.wim and not an install.esd? Look in your Source folder and check. You can use either, but the command line is different for each. Use the appropriate option:

    /Source:wim:<path_to_source_files>\install.wim:1
    /Source:esd:<path_to_source_files>\install.esd:1

    Second, the index. You need to use the right one for the edition of Windows you are trying to repair (Home or Pro). These commands will list all the editions and their index numbers that are in your install.wim or install.esd

    dism /Get-WimInfo/Source:wim:<path_to_source_files>\install.wim
    dism /Get-WimInfo/Source:esd:<path_to_source_files>\install.esd
      My Computers


  3. Posts : 117
    windows 10 Education Build 16299 x64
       #532

    Bree said:
    Two things there. First, are you sure you have an install.wim and not an install.esd? Look in your Source folder and check. You can use either, but the command line is different for each. Use the appropriate option:

    /Source:wim:<path_to_source_files>\install.wim:1
    /Source:esd:<path_to_source_files>\install.esd:1

    Second, the index. You need to use the right one for the edition of Windows you are trying to repair (Home or Pro). These commands will list all the editions and their index numbers that are in your install.wim or install.esd

    dism /Get-WimInfo/Source:wim:<path_to_source_files>\install.wim
    dism /Get-WimInfo/Source:esd:<path_to_source_files>\install.esd
    ive tried with WIM index 1
    and ESD index 2 but same errors getting..

      My Computer


  4. Posts : 575
    Windows 11 Pro
       #533

    Bree said:
    Two things there. First, are you sure you have an install.wim and not an install.esd? Look in your Source folder and check. You can use either, but the command line is different for each. Use the appropriate option:

    /Source:wim:<path_to_source_files>\install.wim:1
    /Source:esd:<path_to_source_files>\install.esd:1

    Second, the index. You need to use the right one for the edition of Windows you are trying to repair (Home or Pro). These commands will list all the editions and their index numbers that are in your install.wim or install.esd

    dism /Get-WimInfo/Source:wim:<path_to_source_files>\install.wim
    dism /Get-WimInfo/Source:esd:<path_to_source_files>\install.esd
    What am I doing wrong? I cannot get this command to work.
    dism /Get-WimInfo/Source:wim:g:\sources\install.wim

    Use DISM to Repair Windows 10 Image-get-wiminfo.jpg
      My Computer


  5. Posts : 1,524
    Windows 10 Pro (32-bit) 16299.15
       #534

    tracit99 said:
    What am I doing wrong? I cannot get this command to work.
    dism /Get-WimInfo/Source:wim:g:\sources\install.wim
    I think you need a space before /Source - something like:
    Code:
    dism /Get-WimInfo /Source:wim:g:\sources\install.wim
      My Computer


  6. Posts : 1,471
    Win10 Home x64 - 1809
       #535

    What am I doing wrong? I cannot get this command to work.
    dism /Get-WimInfo/Source:wim:g:\sources\install.wim
    Dism /Get-WimInfo /WimFile:<path-to-install.wim>
    Dism /Get-WimInfo /WimFile:<path-to-install.wim> /index:<Index #>
      My Computers


  7. Posts : 575
    Windows 11 Pro
       #536

    DavidY said:
    I think you need a space before /Source - something like:
    Code:
    dism /Get-WimInfo /Source:wim:g:\sources\install.wim
    Good stab, but not yet. I don't think /Source is a valid option here.

    Use DISM to Repair Windows 10 Image-get-wiminfo-2.jpg
      My Computer


  8. Posts : 575
    Windows 11 Pro
       #537

    Eagle51 said:
    Dism /Get-WimInfo /WimFile:<path-to-install.wim>
    Dism /Get-WimInfo /WimFile:<path-to-install.wim> /index:<Index #>
    This has always worked for me in the past. It also works for install.esd.

    Dism /Get-WimInfo /WimFile:<path-to-install.esd>
    Dism /Get-WimInfo /WimFile:<path-to-install.esd> /index:<Index #>
      My Computer


  9. Posts : 31,644
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #538

    Yes, the correct option here is /Wimfile. You can use /? after an option to get the relevant help text.
    Code:
    C:\WINDOWS\system32>dism /get-wiminfo /?
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    /Get-WimInfo /WimFile:<WIM_file> [/Index:<image_index> | /Name:<image_name>]
      Displays information about the images contained in the specified WIM file.
        Examples:
          DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim
          DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim /Index:1
     
    C:\WINDOWS\system32>
      My Computers


  10. Posts : 117
    windows 10 Education Build 16299 x64
       #539

    tracit99 said:
    This has always worked for me in the past. It also works for install.esd.

    Dism /Get-WimInfo /WimFile:<path-to-install.esd>
    Dism /Get-WimInfo /WimFile:<path-to-install.esd> /index:<Index #>
    worked??
    i did the same showing error 87 always
      My Computer


 

Tutorial Categories

Use DISM to Repair Windows 10 Image Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 05:34.
Find Us




Windows 10 Forums