Windows 8.1 with Update ESDs Repository

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

  1. Wazoo

    Wazoo MDL Addicted

    Nov 5, 2013
    513
    273
    30
    C:\ESD should contain
    DISM
    decrypt
    x64fre_client_professionalwmc_pt-br.esd

    If decrypt is run from CMD as Admin then it should work correctly.
    If it does not work then I am stumped as to a solution.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Aemsa

    Aemsa MDL Member

    Feb 17, 2014
    115
    27
    10
    Load a command prompt with admin rights on that folder, then run the command "decrypt x64fre_client_professionalwmc_pt-br.esd" no quotes and let the program do its magic.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. JohnyGS

    JohnyGS MDL Member

    Apr 11, 2014
    100
    23
    10
    @Wazoo Thank you for your attention, unfortunately do not know what he is giving this error when I run as administrator decrypt.cmd: Incorrect Usage or filename.
    Usage:
    decrypt filename.esd
    Press any key to exit.

    @Aemsa I've done most do not know what happens does not work.

    Unfortunately I have to leave now over, come back in an hour thanks to all the
    attention.
     
  4. Wazoo

    Wazoo MDL Addicted

    Nov 5, 2013
    513
    273
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    lol, I know filename.esd is a lovely file name :D But if you want it to work just RENAME as Wazoo says.
     
  6. JohnyGS

    JohnyGS MDL Member

    Apr 11, 2014
    100
    23
    10
    @Wazoo Congratulations bro it worked thanks!!:D
    Made as shown in the first image: Prompt ran the command as administrator
    typed: cd..
    C:\Windows>cd..
    C:\cd ESD
    C:\ESD>decrypt x64fre_client_professionalwmc_pt-br.esd
    Alright lol
     
  7. Wazoo

    Wazoo MDL Addicted

    Nov 5, 2013
    513
    273
    30
    @johny galdino
    Happy to hear that you were successful.:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    That one made me laugh.. hahaha
     
  9. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    #409 sebus, May 30, 2014
    Last edited by a moderator: Apr 20, 2017
    Tried a couple of times, same eror each time:

    Code:
    ===============================================================================
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (2000 files in 803 directories)
    Scanning source tree complete (2094 files in 867 directories)
    
    Computing directory information complete
    
    Image file is 4085907456 bytes (before optimization)
    
    Writing 2094 files in 867 directories to IR3_CCOA_X64FRER_en-US_DV9.iso
    
    0% complete
    ReadFile failed (\\?\Q:\isos\Windows\Win8\8.1\Retail\esd\ISOFOLDER\autorun.inf,
    off=0 len=800 status=103)
    Error 87: The parameter is incorrect.
    
    Errors were reported during ISO creation.
    
    Any idea anybody?

    Thanks

    sebus
     
  10. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,819
    19,025
    340
    @sebus

    Is it a network drive??
     
  11. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    No, local drive Q:

    (no idea where it takes \\ from )

    sebus
     
  12. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    try copy to C: and test again.
     
  13. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    #413 murphy78, May 30, 2014
    Last edited by a moderator: Apr 20, 2017
    Try moving the esd project to a different folder such as q:\esd
     
  14. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    Do not think so. Do not clutter boot drive even if only for a moment

    And why it would not work from Q:\isos\Windows\Win8\8.1\Retail\esd ?

    sebus
     
  15. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    I'm not sure. When you have a file read error, though, it's often a good idea to relocate the file and see if the problem still exists.
    If it does there could be a read-only or acl problem in the directory structures.
     
  16. Aemsa

    Aemsa MDL Member

    Feb 17, 2014
    115
    27
    10
    Sebus, try a shorter path, like murphy78 said: c:\esd or something.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    #417 sebus, May 30, 2014
    Last edited by a moderator: Apr 20, 2017
    No, makes no difference.
    Running from Q:\esd gives same error

    I think variables do not work on ReFS (which my Q is)


    Code:
    C:\>set isofolder = Q:\esd\ISOFOLDER
    
    C:\>set
    ALLUSERSPROFILE=C:\ProgramData
    isofolder = Q:\esd\ISOFOLDER
    NUMBER_OF_PROCESSORS=4
    OS=Windows_NT
    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
    \WindowsPowerShell\v1.0\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    windir=C:\Windows
    
    C:\>cd %isofolder%
    The system cannot find the path specified.
    
     
  18. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    #418 murphy78, May 30, 2014
    Last edited by a moderator: Apr 20, 2017
    You added spaces in between the variable, equals sign, and path.
    ReFS is probably the problem though. Try moving to a non-refs drive.
     
  19. Digit8

    Digit8 MDL Novice

    May 31, 2014
    2
    0
    0
    Anyone with direct d/l link to a MS Win 8 Single Language (English) x64.iso ?
    I don't need the ALL language pack which can be over 200+GB.
    U can try BitCasa.com for uploading. The free account offers 10 GB.
     
  20. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Better read the forums rules little grashopper. Spamming a request all over will only lead to a ban :g:.

    You can opt for one of the ESD releases of Win 8.1 SL, as your key will work with it like wise. Check OP for link and instructions how to decrypt and use :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...