Windows 8.1 with Update ESDs Repository

Discussion in 'Windows 8' started by abbodi1406, Apr 12, 2014.

  1. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,291
    1,935
    120
    Did you rename the esd files ? or try unblock it by cliking its properties
     
  2. tommyklab

    tommyklab MDL Novice

    May 24, 2011
    2
    0
    0
    #762 tommyklab, Nov 20, 2014
    Last edited by a moderator: Apr 20, 2017
    File not renamed, example:
    Code:
    esd-decrypter-wimlib-3>decrypt 9600.17053.winblue_refresh.140923-1144_x64fre_client_core_en-us-ir4_ccra_x64frer_en-us_esd_e9e190248098e09a62b1bbf86927e65778f158de.esd
    File have "a" atribute only.
     
  3. SpeedDream

    SpeedDream MDL Addicted

    Feb 20, 2012
    619
    121
    30
    same happened to me today with esd decrypter-wimlib-3
    downloaded the spanish esd from the repo this same error showed up,
    tried unblocking the file and it was never renamed
     
  4. ryback64

    ryback64 MDL Novice

    Nov 22, 2014
    1
    0
    0
    Hi,

    ISOS from Windows Installation Media Creation Tool and the IR4 from this post are the same ?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Yes

    ESDs not ISOs
     
  6. Norse

    Norse MDL Novice

    Feb 19, 2011
    3
    0
    0
    I'm download Windows 8.1 Pro (x64) ISO by using Media Creation Tool 3 times, but it has different hash.
    Any one know which one is correct, or how to check hash for this ISO.

    1.
    CRC32 = 570779F4
    MD5 = 28282AD1D67C0D18AA00F07925B6CC56
    SHA-1 = 3A6DDA323C40275C5FBEB470196968009C08B60A

    2.
    CRC32 = C7CE90D6
    MD5 = 39F922ECF48C80113E077A2470FD3668
    SHA-1 = A631ADF7C66FA0B770A61026E23C36E960E71722

    3.
    CRC32 = 69EEB2A1
    MD5 = A7A36A8750D2FB204D7AC2242D13C29B
    SHA-1 = AD86AB29A870BBE4FA9EC4C348C97B76D6BD83BF
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
    It's always going to be different. It uses different identifiers and date stamps.
     
  8. DioNZB

    DioNZB MDL Member

    Jun 23, 2013
    238
    419
    10
    When can i aspect the new esds?

    i think next month because the november rollup is an new build so am i right next month :D ? :D:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. pureocean

    pureocean MDL Novice

    Jun 26, 2010
    6
    1
    0
    A suggestion

    Dear abbodi1406,

    doesn't The post (#749 / #968596) deserve to be included in your signature? :)

    P.S. : I just tried build 9879 under NT5.2. ESD converted to ISO perfectly. Thank you very much for all useful tools.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Well, the whole thread is already stickied.. but why not :SmallAwesomeSmiley:

    thanks for confirming the work under XP :)
     
  11. viasat

    viasat MDL Novice

    Oct 28, 2009
    20
    2
    0
    Hello!
    First thanks for the great tool of decrypting esd files,but I have a problem.When I try to run any of the 2 tools,I always get the message :"'choice' is not recognized as an internal or external command
    I'm using win xp pro sp3,if it's matter.
    If someone can tell me how to fix this,I'll be gratefull.
    Best Regards!
     
  12. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Windows XP doesn't come with choice.exe sometimes, it was part of an addition for techs IIRC.

    The one attched to my post is from Server2003, good for WinXP also. Just drop it in the \Windows\System32 (or \Windows\SysWOW64 on XP64bit) directory and you should be fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. viasat

    viasat MDL Novice

    Oct 28, 2009
    20
    2
    0
    Unfortunatelly doesn't works.Now the error message is:
    CHOICE: invalid choice switch syntax.Expected form: /C[:]choices
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    What option you need, it's not that hard to change the script ... gues abbodi wouldn't mind, or you can use one he posted already for that reason.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. viasat

    viasat MDL Novice

    Oct 28, 2009
    20
    2
    0
    I need only option 1 . I didn't modified the .bat file,it's original from first page links.But when I click on the decrypt.cmd file,the error pop up.
    Best Regards!
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    #777 s1ave77, Nov 29, 2014
    Last edited by a moderator: Apr 20, 2017
    Open the CMD file (decrypt.cmd) with notepad and change:

    Code:
    :MAINMENU
    cls
    echo ===============================================================================
    echo.                          ESD DECRYPTION SCRIPT
    echo ===============================================================================
    echo.                 1 - Create Full ISO with Standard install.wim
    echo.                 2 - Create Full ISO with Compressed install.esd
    echo.                 3 - Create Standard install.wim
    echo.                 4 - Create Compressed install.esd
    echo ===============================================================================
    echo.                            Press Zero '0' to Quit
    echo ===============================================================================
    
    choice /c 12340 /n /m "Choose a menu option, or 0 to quit: "
    SET ERRORTEMP=%ERRORLEVEL%
    IF %ERRORTEMP%==1 GOTO :ISOwim
    IF %ERRORTEMP%==2 GOTO :ISOesd
    IF %ERRORTEMP%==3 GOTO :WIM
    IF %ERRORTEMP%==4 GOTO :ESD
    IF %ERRORTEMP%==5 GOTO :QUIT
    GOTO :MAINMENU
    
    to:

    Code:
    :MAINMENU
    cls
    GOTO :ISOwim

    Save and try again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. viasat

    viasat MDL Novice

    Oct 28, 2009
    20
    2
    0
    C:\ESD\dism\dism.exe is not a valid Win32 aplication.
    Thanks for your help,but I'm giving up,and I will search an MSDN iso,too much headache on a good old XP.
    Best Regards!
     
  18. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
    have you tried the wimlib script version? It might work since it doesn't use dism.
     
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    Good idea :good3:. Menu changes are the same :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...