@Anthony26 after ddl the svf patch, check what iso is used as source then find & ddl the proper iso (source) more @ https://forums.mydigitallife.net/threads/79415/
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.
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) 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
Dart in WinRe.wim is a bad practice. 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.
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.
On the windows login screen, with shift plus restart, and by following upcoming options (don't remember exact steps), Dart can be accessed.
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.
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.