[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. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    347
    114
    10
    Why don't you simply use the UUP downloader (UUPDL tool) for Pro edition and then convert to iso (uup-converter-wimlib_14.7z)? Check Enthousiast's TuT.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,564
    59,628
    450
    Do what @yomoma2 suggests or learn how to use imagex/dism commands to export one index into a new install.wim, you don't need a tool to accomplish what you want.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    Thank you dhjohns
    that is the information that i neded
     
  4. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    266
    212
    10
    Most of the people sure knows how to remove it from right click method. I asked about the registry method
    I think you didn't read my post correctly
    Thank you anyway
     
  5. expert

    expert MDL Junior Member

    Nov 3, 2007
    87
    94
    0
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
    "PeopleBand"=dword:00000000
     
  6. dosibox

    dosibox MDL Senior Member

    Aug 14, 2009
    318
    156
    10
    What do you think about Windows 10 Fail Creators Update ?:g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Outcast

    Outcast MDL Member

    Mar 23, 2009
    162
    118
    10
    It has been confirmed multiple times ffs.
     
  8. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    Confirm yourself. Checksums post by @mkuba50

    Rename as appropriate.
    Code:
    en_windows_10_multi-edition_vl_version_1709_updated_sept_2017_x64_dvd_100090741.iso
    1bbf886697a485c18d70ad294a09c08cb3c064ac
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,020
    4,147
    210
    I read your post perfectly well, and just assumed you didn't have the knowledge about the right click method
     
  10. orsone

    orsone MDL Junior Member

    Jul 28, 2014
    88
    8
    0
    Hello guys, in CP this build doesn't display standard power plans like "high performance, power saver"
    only "balanced".
    Ob can setting manually.
    Anyone else?
    Tia all
     
  11. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    180
    19
    10
    Eagerly waiting for official client combined edition...
     
  12. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,057
    926
    60
    It is all there, you might be missing ACPI/power management drivers, especially if you have got a laptop.
     
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    6,477
    17,572
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,208
    7,533
    210
    @ Memnon hmm only use I.E. very easy :p works like a charm :rolleyes:
     
  15. blocker

    blocker MDL Novice

    Sep 11, 2015
    31
    6
    0
    Hello guys! My english is pretty bad, so sorry if i write something wrong, i hope you will understand my question.

    I have a question about the "uup.rg-adguard.net" site. There is a new options "[16299.19] 2017-10 Cumulative Update for Windows 10 Version 1709 for amd64-based Systems (KB4043961) [x64]".

    Its download the latest 16299.15 build+the latest cumulative update. I tryed to build ISO with the "decrypt-multi-release", but when i installed to my PC, i got the 16299.15 build Windows without the cumulative update.

    Do I do something wrong?
     
  16. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    #2280 Nucleus, Oct 21, 2017
    Last edited: Oct 21, 2017
    No you didn't. Your options are/were to either integrate the update into the ISO, abbodi's Windows 10 Updates Installer is one option which will do it easily for you.

    Or you can apply the update to your system.
    Code:
    DISM /Online /Add-Package /PackagePath:<path\file>
    Eg:
    DISM /Online /Add-Package /PackagePath:"D:\Updates\windows10.0-kb4043961-x64_80d0155096f809a4f4b4092cfec8341f9d8e0cb4.cab"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...