[DISCUSSION] Windows 10 (1709 RS3) "Fall Creators Update" Final 16299.15 , 16299.64 & 16299.125 (PC)

Discussion in 'Windows 10' started by Enthousiast, Oct 3, 2017.

  1. Himitsu

    Himitsu MDL Junior Member

    Jul 16, 2009
    54
    8
    0
    19th, probably.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    Normally IP iso's first, they will be the exact same as the MSDN/techbench iso's.
     
  3. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Clue...

    Read OP and look for UUP, sometimes you have to read, click a link and then read what the link leads you to. OP and other members can't really do much more than provide you with info and links.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    i had clicked on all esd links and ignored uup. maybe thats my problem. heh
     
  5. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    10
    I don't think your esd conversion tool will do what I would like. I will explain my goal and maybe someone can tell me if it is possible and how. I have an .esd file of the new Fall Win 10. I opened it up with the ESD decrypter and it lists the 9 versions that it contains. Of the 9 I only want the Pro and the Home to be in there. Is there a script or tool that I can only include the 2 versions I stated above only? Thanks.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    Just convert to iso with install.esd and export the indices you want to a new install.esd:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.esd" /SourceIndex:y /DestinationImageFile:"z:\install.esd" /Compress:recovery /checkintegrity
    
     
  7. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    10
    Thats over my head Enthousiast...First do I convert the downloaded .esd to .iso and then convert the install.esd? Do I replace in your example the X,y,z....Not sure here what to do. Thanks.
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    What version was it you wanted?. Easiest way to get the edition you want alone, would be using UUPDL to download and then convert to ISO :thinking:. Would spare the need to play with the WIM file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    10
    I want win 10 X64 en-us. I want it to have home and pro only. I have the esd Win 10 now but it has 9 versions in the install.esd
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Use DISM to delete unwanted index(s) from ESD before converting to ISO
    Code:
    DISM /Get-WimInfo /WimFile:ESD_File_Path
    note the editions index you want to keep, and delete the others
    do not touch first 3 indexes, start with the higher index number
    Code:
    DISM /Delete-Image /Index:4 /ImageFile:ESD_File_Path
    i.e. to get Pro/Home of x64 en-us ESD
    Code:
    DISM /Delete-Image /Index:12 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:10 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:9 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:8 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:7 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:5 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    DISM /Delete-Image /Index:4 /ImageFile:16299.15.170928-1534.rs3_release_clientconsumer_ret_x64fre_en-us_f6df8c19358335bc05e638b45bb6c6f8078480a4.esd
    keep a backup copy of original ESD file, just in case
     
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Ahh, get your dilemma. Would it be a problem to download again using @mkuba50 &doggies script to get the versions you want :g:?

    Would need you to download Pro once, then Core where the main files for the second download will be skipped (they are already present from the first download) and only the Core related packs get actually downloaded.


    ...aaaaand out-ninjad by abbodi nice :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. nuhkka

    nuhkka MDL Member

    Aug 7, 2009
    230
    34
    10
    MSDN ISO when?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    10
    I'm not going to waste any more of your time guys...I'm not getting any of this...Until tonight I called myself a computer tech....I've never done any of this technical stuff. I'll wait for Microsofts final releases. Thanks again for your responses.
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Check the previous thread you spammed, errrr mean posted this for answer!

    EDIT: Starting to ask myself what source would be more legit than Windows Update Servers :hmm:`?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    I mean if you don't mind another download...an single edition UUP pack is ~2,5 GB and an additional edition download of the same build will skip all main files and only download the specific edition files.

    Get this: S-M-R-T M50 UUPDL.
    Unpack to folder with short name and no spaces, you can place the content from @abbodi1406 converter pack into the same folder.

    For Pro: Start, press R >> F >> C >> 6 ... wait for server response, then D >> 0 >> 8 >> E >> G, wait for the download to end. Repeat the process but in Edition Choice (last point) use A for Core, second download will be quite fast. Convert to 'AiO' with the converter.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Again, been asked and answered many times already. Start reading back and find out.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ashoktvm

    ashoktvm MDL Addicted

    Jul 29, 2009
    523
    49
    30
    The method mentioned is not clear. Any step by step instruction to do that
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #578 s1ave77, Oct 7, 2017
    Last edited: Oct 7, 2017
    @ashoktvm Can shamelessly promote a S-M-R-T solution :D.

    Get: S-M-R-T WIM EDITION SWITCHER

    It's preset to convert Home index (can be in a multi-edition WIM) to ProfessionalWorkstation, so no intervention needed.

    Start and it will detect any WIM in it's directory, if non present it will ask for a path.

    Tool exports the Home index and does all the changes, then offers to export back to initial WIM.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. darkodar

    darkodar MDL Addicted

    Feb 12, 2013
    673
    201
    30
  20. yener90

    yener90 MDL Novice

    Oct 22, 2009
    11
    2
    0
    Guys how can I remove Candy Crush, Facebook shortcuts from start? After uninstalling them, they appear on restart.