Windows 10 ESD Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  2. applegate

    applegate MDL Member

    Joined:
    Aug 1, 2009
    Messages:
    226
    Likes Received:
    51
    Trophy Points:
    10
    No, my own HYPER-V VM secret KMS server @home (created with slave77s S-M-R-T JATDevice) for personal use and friends.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Why do you preferr to run a virtual kms server instead of kmspico or microsoft toolkit's ez activator (which emulate a kms server on the local machine)?
     
  4. Wishbringer

    Wishbringer MDL Junior Member

    Joined:
    Aug 21, 2009
    Messages:
    85
    Likes Received:
    26
    Trophy Points:
    0
    No local virus/malware-scanner can produce a false alert.
    You have no extra software on client.
    You don't have to use workarounds for 127.0.0.1 restriction.
     
  5. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #765 xinso, Nov 9, 2015
    Last edited: Nov 9, 2015

    He is using it, but on VM. (He has his own favourite.)
     
  6. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    He sent me an extensive motivation via pm.

    I only asked why he preferred it over a local kms emulator, nothing more, nothing less :)

    For me the use of it for his friends' systems whas an interesting use of a vm kms server (i'm going to try it out, in the past it whas a 1.5GB vm install so i didn't bother).
     
  7. esemef

    esemef MDL Novice

    Joined:
    Sep 15, 2013
    Messages:
    19
    Likes Received:
    1
    Trophy Points:
    0
    Maybe they liked the 586 (aka Pentium).
     
  8. ciscokid

    ciscokid MDL Member

    Joined:
    Jun 3, 2007
    Messages:
    243
    Likes Received:
    46
    Trophy Points:
    10
    ProductName REG_SZ Windows 10 Pro
     
  9. sonyslide

    sonyslide MDL Novice

    Joined:
    May 6, 2011
    Messages:
    24
    Likes Received:
    87
    Trophy Points:
    0
  10. McLovin

    McLovin MDL Junior Member

    Joined:
    Aug 7, 2009
    Messages:
    74
    Likes Received:
    21
    Trophy Points:
    0
    #770 McLovin, Nov 10, 2015
    Last edited: Nov 10, 2015
    can u post german home x86 links ?

    and "N" Versions of pro/home
     
  11. Extended

    Extended MDL Junior Member

    Joined:
    Sep 24, 2013
    Messages:
    64
    Likes Received:
    52
    Trophy Points:
    0
  12. balubeto

    balubeto MDL Addicted

    Joined:
    Dec 22, 2009
    Messages:
    508
    Likes Received:
    10
    Trophy Points:
    30
    #772 balubeto, Nov 10, 2015
    Last edited by a moderator: Apr 20, 2017
    Here, the procedure for converting an unencrypted esd file in an iso image using only Windows ADK 10:

    Code:
    1) md "<Windows_Files_Path>"
    2) md "<iso_Path>"
    3) md "<esd_File_Path>"
    4) move "<esd_File_Name>.esd" "<esd_File_Path>\"
    5) dism /Get-WimInfo /WimFile:"<esd_File_Path>\<esd_File_Name>.esd"
    6) dism /Apply-Image /ImageFile:"<esd_File_Path>\<esd_File_Name>.esd" /Index:1 /ApplyDir:"<Windows_Files_Path>" /CheckIntegrity
    7) dism /Export-Image /SourceImageFile
    :"<esd_File_Path>\<esd_File_Name>.esd" /SourceIndex
    :2 /DestinationImageFile
    :"<Windows_Files_Path>\sources\boot.wim" /Compress:max /CheckIntegrity
    8) dism /Export-image /SourceImageFile:"<esd_File_Path>\<esd_File_Name>.esd" /SourceIndex:3 /DestinationImageFile:"<Windows_Files_Path>\sources\boot.wim" /Compress:max /CheckIntegrity
    9) dism /Export-image /SourceImageFile:"<esd_File_Path>\<esd_File_Name>.esd" /SourceIndex:4 /DestinationImageFile:"<Windows_Files_Path>\sources\install.wim" /Compress:max /CheckIntegrity
    or
    10) dism /Export-image /SourceImageFile:"<esd_File_Path>\<esd_File_Name>.esd" /SourceIndex:4 /DestinationImageFile:"<Windows_Files_Path>\sources\install.esd" /Compress:Recovery /CheckIntegrity
    11) oscdimg -o -u2 -udfver102 -l"<Label_Name>" -tmm/dd/yyyy,hh:mm:ss -bootdata:2#p0,e,b"<Windows_Files_Path>\boot\etfsboot.com"#pEF,e,b"<Windows_Files_Path>\efi\microsoft\boot\efisys.bin"
                "<Windows_Files_Path>" "<iso_Path>\<iso_Name>.iso"
    12) isoburn /Q <Drive_Letter>: "<iso_Path>\<iso_Name>.iso"
    
    Thanks

    Bye
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    You need to add /Bootable to 8) command
     
  14. balubeto

    balubeto MDL Addicted

    Joined:
    Dec 22, 2009
    Messages:
    508
    Likes Received:
    10
    Trophy Points:
    30
    I have Windows 10.

    When I download a new build from Windows Update, Windows download an ESD encrypted file, it decrypts, it saves in the <Primary_partition_letter>:\$Windows.~BT\sources\install.esd file and then it goes automatically to its installation.

    How do I prevent this automatic installation leaving however the <Primary_partition_letter>:\$Windows.~BT\sources\install.esd decrypted file?

    Thanks

    Bye
     
  15. balubeto

    balubeto MDL Addicted

    Joined:
    Dec 22, 2009
    Messages:
    508
    Likes Received:
    10
    Trophy Points:
    30
    #775 balubeto, Nov 10, 2015
    Last edited: Nov 10, 2015
    Why should I add this option because the "Microsoft Windows Setup" volume image contains no boot code?

    Thanks

    Bye
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    I am no coder or programmer but shouldn't the boot.wim be bootable? Please correct me if i'm wrong, just learning. :)
     
  17. balubeto

    balubeto MDL Addicted

    Joined:
    Dec 22, 2009
    Messages:
    508
    Likes Received:
    10
    Trophy Points:
    30
    I tried this iso and it boots the same. Why?

    Thanks

    Bye
     
  18. adguard

    adguard MDL Member

    Joined:
    Aug 28, 2013
    Messages:
    117
    Likes Received:
    438
    Trophy Points:
    10
    #778 adguard, Nov 11, 2015
    Last edited by a moderator: Apr 20, 2017
  19. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
    @adguard

    Wait, isn't this new? There are 'Multi' (I presume Core + Pro) ESDs.
     
  20. ambidav

    ambidav MDL Guru

    Joined:
    May 14, 2008
    Messages:
    2,490
    Likes Received:
    5,658
    Trophy Points:
    90
    #780 ambidav, Nov 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    Index : 1
    Name : Windows Setup Media
    Description : Windows Setup Media
    Size : 258,997,645 bytes
    
    Index : 2
    Name : Microsoft Windows PE (x64)
    Description : Microsoft Windows PE (x64)
    Size : 1,435,435,838 bytes
    
    Index : 3
    Name : Microsoft Windows Setup (x64)
    Description : Microsoft Windows Setup (x64)
    Size : 1,584,986,830 bytes
    
    Index : 4
    Name : Windows 10 Pro Technical Preview
    Description : Windows 10 Pro Technical Preview
    Size : 13,857,789,279 bytes
    
    Index : 5
    Name : Windows 10 Technical Preview
    Description : Windows 10 Technical Preview
    Size : 13,789,790,615 bytes
    
    The operation completed successfully.
    Technical Preview? :g: