Win7 x64 & try decrypt .esd esd-decrypter-v4f - error - there is a problem reading the architecture hxxp://i.imgur.com/50xgigs.png esd-decrypter-wimlib-3 - error - system can't find specified path hxxp://i.imgur.com/X5TVqOh.png
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.
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
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
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 ?
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.
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!
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.
Unfortunatelly doesn't works.Now the error message is: CHOICE: invalid choice switch syntax.Expected form: /C[:]choices
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.
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!
Open the CMD file (decrypt.cmd) with notepad and change: Spoiler 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.