1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Anthony26

    Anthony26 MDL Novice

    Nov 2, 2019
    2
    1
    0
  3. Geno3883

    Geno3883 MDL Novice

    Jun 29, 2016
    13
    1
    0
    I haven't been to this site in a while. Can someone point me in the direction of the Windows 10 ISO? And the KMS stuff or w/e to activate it.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
  5. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,729
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    #6726 Enthousiast, Nov 2, 2019
    Last edited: Nov 2, 2019
    (OP)
    This is what @murphy78 and I were discussing:
    This is how it was instructed for 7, 8.1 and 10;)

    This is how i do it now (nah, once per new official build and keep the source wims safe):D
    Code:
    bin\7z x -y -oDart_w10\Dart_w10 Dart_w10\Dart_w10.tpk
    bin\7z x -y -oDart_w10\Dart_w10_DeBug Dart_w10\DebugTools_w10_rs6.tpk
    bin\7z x -y -oDart_w10\Dart_w10_en-US Dart_w10\Dart_w10_en-US.tpk
    
    Bin\wimlib-imagex extract "aio\x64\sources\install.wim" 1 Windows\System32\fmapi.dll --no-acls --dest-dir=DaRT
    
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10\2\' '\'"
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'"
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'"
    
    Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'DaRT\' '\Windows\System32\'"
    
    Bin\wimlib-imagex update AiO\x64\sources\boot.wim 2 --command "add 'Murphy78\murphy78-DiskPart-Apply-v1.2.8\x64\' '\'"
    Dism /mount-wim /wimfile:AiO\x64\sources\boot.wim /index:2 /mountdir:"%SystemDrive%\Mount_Temp"
    DISM /Image:"%SystemDrive%\Mount_Temp" /Add-Package /PackagePath:Murphy78\x64\Winrec\
    DISM /Image:"%SystemDrive%\Mount_Temp" /Add-Package /PackagePath:Murphy78\x64\Winrec_LP_enUS\
    DISM /Unmount-Image /MountDir:"%SystemDrive%\Mount_Temp" /Commit
    
    Bin\wimlib-imagex extract "aio\x64\sources\install.wim" 1 Windows\System32\Recovery\winre.wim --no-acls --dest-dir=Winre_x64
    
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10\2\' '\'"
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'"
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'"
    
    Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'DaRT\' '\Windows\System32\'"
    
    Bin\wimlib-imagex optimize "Winre_x64\Winre.wim"
    Bin\wimlib-imagex update "aio\x64\sources\install.wim" 1 --command="add 'Winre_x64\Winre.wim' '\Windows\System32\Recovery\winre.wim'"
    Bin\wimlib-imagex update "aio\x64\sources\install.wim" 2 --command="add 'Winre_x64\Winre.wim' '\Windows\System32\Recovery\winre.wim'"
    
    Bin\wimlib-imagex optimize "AiO\x64\Sources\boot.wim"
    Bin\wimlib-imagex optimize "AiO\x64\Sources\install.wim"
    
    But will play with tc and wims too:)
     
  7. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,364
    4,293
    60
    Dart in WinRe.wim is a bad practice. :negative:
    With this, anyone can simply unlock the windows login password without needing anything, and security related to it in BIOS/UEFI would be a total waste.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    That can be true, but people who use the official option for booting to (the fake) winre won't see DaRT, only when using reagentc /boottore will enter the real winre environment.
     
  9. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,364
    4,293
    60
    On the windows login screen, with shift plus restart, and by following upcoming options (don't remember exact steps), Dart can be accessed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    That's correct too, but the discussion was about the method changed to deploy it from long mount/commit unmount procedure to a few seconds.

    When it's in boot.wim, you can use the same locksmith to change the passwords too.

    Whether people wanting to put it in winre.wim and boot.wim or boot.wim only, is left to the user.
     
  11. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    How to pin the Store link on the taskbar? :confused:

    Буфер обмена-1.jpg Буфер обмена-2.jpg
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. bfoos

    bfoos MDL Guide Dog

    Jun 15, 2008
    757
    703
    30
  13. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Буфер обмена-1.jpg
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bfoos

    bfoos MDL Guide Dog

    Jun 15, 2008
    757
    703
    30
  16. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #6737 Windows 10 User, Nov 4, 2019
    Last edited: Nov 11, 2019
    Yes, I'm increasingly having more problems with the latest versions.

    Is it possible to use Win10PE SE on the same image as Windows 10? I have problems when dual booting them after using YUMI and I want to be able to keep the Windows 10 Installer (both when doing upgrade and custom installs) part.
     
  17. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450