Windows 8.1 with Update ESDs Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Internal update for decrypt.cmd, only cosmetic changes to iso labels
    i won't update the whole main package, it's not worth it right now, and v4c is too popular to drop :D
    - Added iso label support for the next Windows 8.1 ESD media IR5 (if released)
    - Corrected Core iso label
    - Changed Windows 10 iso label to reflect build (i.e. 9860_CENA_X64FREV_EN-US_DV9.iso)
     
  2. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    From where do you download the zip file ?
     
  3. diy371

    diy371 MDL Member

    Jan 28, 2013
    178
    331
    10
    After you install the october update KB2995388 and KB2996799,The build while change :from 17238 to 17328
     
  4. gonz621

    gonz621 MDL Junior Member

    Nov 15, 2012
    85
    11
    0
    Yeah but the System with the used ISO that was from the store states as "gdr" while the other system states "r3" and so is my latptop that was updated via store says "r3" after the word winblue.
     
  5. Rex2688

    Rex2688 MDL Novice

    Nov 3, 2014
    2
    1
    0
    Generic/installation keys not working in windows 8.1 64 en us

    Well, the decryption worked flawlessly. made bootable usb, got till enter product key option. tried various generic/activation keys but still got error "We couldn't verify the product key please check installation media. " Plz help
     
  6. Cyberjack

    Cyberjack MDL Novice

    Aug 20, 2009
    29
    8
    0
    #707 Cyberjack, Nov 3, 2014
    Last edited by a moderator: Apr 20, 2017
    @Rex2688

    Create a File "EI.cfg" and paste the following context into the file:
    Code:
    [EditionID]
    
    
    [Channel]
    Retail
    
    [VL]
    0
    
    Copy the file in the "/Sources" folder
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    #708 s1ave77, Nov 3, 2014
    Last edited by a moderator: Apr 20, 2017
    To my knowledge it needs the EditionID explicitely mentioned ...:
    Code:
    [EditionID]
    Professional
    
    [Channel]
    Retail
    
    [VL]
    0
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Cyberjack

    Cyberjack MDL Novice

    Aug 20, 2009
    29
    8
    0
    @s1ave77

    Edition ID is not required, I just tested it ;)
     
  9. Rex2688

    Rex2688 MDL Novice

    Nov 3, 2014
    2
    1
    0
    Thanks Cyberjack and s1ave77. problem sold but damn i downloaded the pro version instead of single language. have to download again :-(
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    #711 abbodi1406, Nov 5, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  11. joseangel.alv

    joseangel.alv MDL Novice

    Dec 14, 2009
    9
    3
    0
    #712 joseangel.alv, Nov 7, 2014
    Last edited by a moderator: Apr 20, 2017
    I don't know who is the author of the decrypter "esd-decrypter-v4c.7z" (murphy78 or qad)... :worthy:
    But I would like to contribute with (what I think is) a better and cleaner method for converting a string to uppercase:

    Instead of translating every possible string one by one:
    Code:
    for /f "tokens=1" %%i in ('dism\dism.exe /english /get-wiminfo /wimfile:%ENCRYPTEDESD% /index:4 ^| find /i "Default"') do ^
    set langid=%%i
    ...
    if /i "%langid%"=="ar-sa" set langid=AR-SA
    if /i "%langid%"=="en-gb" set langid=EN-GB
    if /i "%langid%"=="en-us" set langid=EN-US
    ...
    if /i "%langid%"=="zh-tw" set langid=ZH-TW
    
    You can use this method to do it in an automatic manner:
    Code:
    for /f "tokens=1" %%i in ('dism\dism.exe /english /get-wiminfo /wimfile:%ENCRYPTEDESD% /index:4 ^| find /i "Default"') do ^
    for /f "tokens=2 delims=>" %%u in ('2^>^&1 find /c /v "" ">%%i"') do ^
    set langid=%%u
    
     
  12. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    730
    43
    30
    is this all isos latest ?
     
  13. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,552
    15,643
    270
    #714 Mr.X, Nov 7, 2014
    Last edited by a moderator: May 23, 2017
  14. garf02

    garf02 MDL Member

    Sep 15, 2007
    193
    94
    10
    I have a problem with Italian 64bit esd (32bit i do not care), after performing esddecrypt and creating the iso, the installation block on this window "A media driver your computer needs is missing. This could be a DVD, USB or Hard disk driver. If you have a CD, DVD, or USB flash drive with the driver on it, please insert it now". this error occurs both on PC and VM, with the IRC3 ISO this error not appear.
    Is an error of esddecrypt?
    how to solve this?

    Edit: tha SHA1 of ESD is correct.
     
  15. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Which edition exactly?
    This error usually occurs if setup.exe file in "sources" folder is different than the one inside boot.wim
    do you create complete iso or just install.wim?
    maybe they forgot to update the included boot.wim

    esddecrypt has nothing to do with it, neither the script
    it simply export (extract) files as-is, it doesn't modify or touch them
     
  17. garf02

    garf02 MDL Member

    Sep 15, 2007
    193
    94
    10
    The edition is Professional and I have create a complete ISO file.
    I also tried:
    1 - to copy only install.wim from IRC4 ISO to IRC3 ISO, boot work fine but appear a new error "Impossible to open D:\Sources\install.wim ... Error code: 0x8007000D"
    2 - to copy only boot.wim from IRC4 ISO to IRC3 ISO, result blue screen because the installation not find a file called c:\windows\system32\winboot.exe
    3 - to copy boot and install.wim from IRC4 ISO to IRC3 ISO, result blue screen because the installation not find a file called c:\windows\system32\winboot.exe

    Is impossible create a working ISO.

    Now I try to download the iso from the link just above, and I hope that will work.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    #720 abbodi1406, Nov 8, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)