What I meant to ask is, is this the one I should download for my Win 8 x64 en-us single language PC? I don't want to download something that I later find out, cannot be used by me.
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.