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 Spoiler - 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)
After you install the october update KB2995388 and KB2996799,The build while change :from 17238 to 17328
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.
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
@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
To my knowledge it needs the EditionID explicitely mentioned ...: Code: [EditionID] Professional [Channel] Retail [VL] 0
Thanks Cyberjack and s1ave77. problem sold but damn i downloaded the pro version instead of single language. have to download again :-(
I don't know who is the author of the decrypter "esd-decrypter-v4c.7z" (murphy78 or qad)... 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
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.
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
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.