[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7281 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    Break? As you showed in your previous post. And 19041 does not already have Natives Images.

    You test it on 22000 only. I test it on 19041, 20348 and 22000, and different LCU builds.

    So many editions, so many builds. Same ngen, by Microsoft.
     
  2. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    #7282 gailium119, Mar 29, 2022
    Last edited: Mar 29, 2022
    upload_2022-3-29_14-11-5.png
    WHAT?
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    Forget it.

    Be happy; no worries. No matter my ugly 4 or BAU's 2 beautiful legs on a snake.

    Happiness matters.
     
  4. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    The latest version of createunstage script expots nativeimages and registry from esds
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7285 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    Oh, I have not opened it yet. Thanks.

    (I am busy trying to dig out the most beneficial usage of Unstaged.)
     
  6. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    IMHO the most beneficial usages are the size to store and the ability to customize fods.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7287 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    the size to store = ?
    The UUP packages? This is material, not usage.

    and

    to customize fods = ?
    You download all of them. Customize what? To download and install only the default ones? This is also material, not usage.
     
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Storage. 22000.1 UUP=111.67 GiB
    Unstaged, when converted into esd, 6.83GiB
    Didn't you notice my unstaged script download all fods and my staging script can customize which to install?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7289 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    Oh, good. But not my consideration.
     
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Can you share offline commands for ngen ?
     
  11. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Dude, if he can then I won't waste storage to save those files.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7292 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    https://forums.mydigitallife.net/th...struction-project.80939/page-356#post-1727936

    Now, I couldn't find the post I told gailium119.

    Here's one of ngen.log.
    19041.1.191206-1406.VB_RELEASE_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO\sources\install.wim\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.log
    Code:
    12/07/2019 09:59:37.236 [4684]: Command line: D:\wd\compilerTemp\BMT.i51yo0aa.beh\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems /nologo 
    
    So, here's the registry I use now.
    Code:
    reg load HKLM\SOFTWARE1 %MT%\Windows\System32\config\SOFTWARE >nul
    reg add "HKLM\SOFTWARE1\Microsoft\Windows\CurrentVersion\RunOnce" /v "NativeImages_v4.0.30319_32" /t REG_SZ /d "cmd /c %WINDIR%\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems /nologo >NUL 2>&1" /f >NUL 2>&1
    reg add "HKLM\SOFTWARE1\Microsoft\Windows\CurrentVersion\RunOnce" /v "NativeImages_v4.0.30319_64" /t REG_SZ /d "cmd /c %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems /nologo >NUL 2>&1" /f >NUL 2>&1
    reg unload HKLM\SOFTWARE1 >nul
    
     
  13. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
  14. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Thanks.:cool:
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    #7295 xinso, Mar 29, 2022
    Last edited: Mar 29, 2022
    Case 1: Boot from ISO
    It will flash command promt. (I don't know how to make it completely silent without 3rd-party tools.)

    Case 2: Boot from applied partition
    No command prompt flash.
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Applied partition is the method i use.;)
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,433
    340
    Q: From ngen.log, why Microsoft uses such system drive?
    Code:
    D:\wd\compilerTemp\BMT.i51yo0aa.beh\Windows
    
    Offline or Online? But I could not find any Offline way to run ngen.
     
  18. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Tested Winre Created with unstaged method with tweak
    upload_2022-3-29_21-59-17.png
    upload_2022-3-29_21-59-54.png
    upload_2022-3-29_22-0-39.png
     
  19. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Yeah I think it's offline.But runing ngen offline doesn't work.
     
  20. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    When i say offline, i mean run ngen.exe from online image to install NativeImages in offline image.;)

    I will be using RunOnce registry keys you posted.:cool: