[HELP] Error Decrypt ESD Build 9860

Discussion in 'Windows 10' started by Jazz, Nov 7, 2014.

  1. Jazz

    Jazz MDL Senior Member

    Jun 7, 2014
    341
    89
    10
    #1 Jazz, Nov 7, 2014
    Last edited by a moderator: Apr 20, 2017
    Hii guys, many case from my friend have this trouble when decrypt esd build 9860 :confused:
    with this error message
    Code:
    [FONT=open_sansregular]Backing up original esd file...[/FONT]
    
    [FONT=open_sansregular]Running Decryption program...[/FONT]
    
    [FONT=open_sansregular]ERROR: Cannot find <ESD> tag within the embedded XML data.[/FONT]
    [FONT=open_sansregular]===============================================================================[/FONT]
    [FONT=open_sansregular]Creating ISO Structure Layout...[/FONT]
    [FONT=open_sansregular]===============================================================================[/FONT]
    
    [FONT=open_sansregular]Deployment Image Servicing and Management tool[/FONT]
    [FONT=open_sansregular]Version: 6.4.9841.0[/FONT]
    
    [FONT=open_sansregular]Applying image[/FONT]
    [FONT=open_sansregular][==========================100.0%==========================][/FONT]
    [FONT=open_sansregular]The operation completed successfully.[/FONT]
    
    [FONT=open_sansregular]===============================================================================[/FONT]
    [FONT=open_sansregular]Exporting ESD Index 2 to a new boot.wim file...[/FONT]
    [FONT=open_sansregular]===============================================================================[/FONT]
    
    [FONT=open_sansregular]Deployment Image Servicing and Management tool[/FONT]
    [FONT=open_sansregular]Version: 6.4.9841.0[/FONT]
    
    [FONT=open_sansregular]Exporting image[/FONT]
    [FONT=open_sansregular][==========================100.0%==========================][/FONT]
    [FONT=open_sansregular]The operation completed successfully.[/FONT]
    
    [FONT=open_sansregular]===============================================================================[/FONT]
    [FONT=open_sansregular]Exporting ESD Index 3 to the boot.wim file...[/FONT]
    [FONT=open_sansregular]===============================================================================[/FONT]
    
    [FONT=open_sansregular]Deployment Image Servicing and Management tool[/FONT]
    [FONT=open_sansregular]Version: 6.4.9841.0[/FONT]
    
    [FONT=open_sansregular]Exporting image[/FONT]
    [FONT=open_sansregular][==========================100.0%==========================][/FONT]
    [FONT=open_sansregular]The operation completed successfully.[/FONT]
    
    [FONT=open_sansregular]===============================================================================[/FONT]
    [FONT=open_sansregular]Exporting ESD Index 4 to a new install.wim file...[/FONT]
    [FONT=open_sansregular]===============================================================================[/FONT]
    
    [FONT=open_sansregular]Deployment Image Servicing and Management tool[/FONT]
    [FONT=open_sansregular]Version: 6.4.9841.0[/FONT]
    
    
    [FONT=open_sansregular]Error: 1392[/FONT]
    
    [FONT=open_sansregular]The file or directory is corrupted and unreadable.[/FONT]
    
    [FONT=open_sansregular]The DISM log file can be found at C:\Windows\Logs\DISM\dism.log[/FONT]
    
    [FONT=open_sansregular]Errors were reported during dism export.[/FONT]
    [FONT=open_sansregular]Press any key to continue . . .[/FONT]
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Jazz

    Jazz MDL Senior Member

    Jun 7, 2014
    341
    89
    10
    #4 Jazz, Nov 7, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    #5 Ace2, Nov 7, 2014
    Last edited by a moderator: Apr 20, 2017

    esd-decrypter-v4c.7z:

    NEED a esd file that is untouched by any versions of esddecrypt.exe

    Copy your esd file to C:\

    Extract esd-decrypter-v4c.7z to C:\

    Run decrypt.cmd as admin and select option 3 OR 4.

    This method will give you a working iso.


    esd-decrypter-v4c.7z and esddecrypt-v2.7z:

    NEED a esd file that is untouched by any versions of esddecrypt.exe

    Copy your esd file to C:\

    Extract esd-decrypter-v4c.7z to C:\

    Copy esddecrypt.exe from esddecrypt-v2.7z to C:\DISM and replace esddecrypt.exe

    Run decrypt.cmd as admin and select option 3 OR 4.

    This method will give you a working iso.


    esddecrypt-v2.7z:

    NEED a esd file that is untouched by any versions of esddecrypt.exe

    Copy your esd file to C:\ and rename to install.esd

    Extract esddecrypt-v2.7z to C:\

    Run these cmds

    Code:
    mkdir c:\esd
    
    cd c:\
    
    esddecrypt install.esd
    
    dism /get-wiminfo /wimfile:c:\install.esd
    
    dism /export-image /sourceimagefile:c:\install.esd /sourceIndex:4 /destinationimagefile:c:\esd\install.esd /compress:maximum

    This method will give you a working esd file.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #6 s1ave77, Nov 7, 2014
    Last edited by a moderator: Apr 20, 2017
    Did you try to use the actual name of the ESD in 1st step? Using install.esd will only work if the file was renamed :g:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...