[ARCHIVED] Windows Editions Reconstruction Project

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

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

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    @xinso how can I check if native images are correctly installed?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #7042 xinso, Mar 19, 2022
    Last edited: Mar 19, 2022
    The Unstaged is barebone system without regular FOD features as those being preinstalled in official image.

    So it has to run the following command to compile
    C:\Windows\assembly\NativeImages_v4.0.30319_32
    C:\Windows\assembly\NativeImages_v4.0.30319_64.
    Code:
    %WINDIR%\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems /nologo
    %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems /nologo
    
    This is how I make it in Unstaged wim registry:
    Code:
    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 /silent >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 /silent >NUL 2>&1" /f >NUL 2>&1
    
    PS:
    With your tweak , it failed.

    OK now without these.
    Code:
    reg delete "HKLM\SOFTWARE1\Microsoft\.NETFramework\NGenQueue\WIN32\Default" /f >NUL 2>&1
    reg delete "HKLM\SOFTWARE1\Microsoft\.NETFramework\NGenQueue\WIN64\Default" /f >NUL 2>&1
    reg add "HKLM\SOFTWARE1\Microsoft\.NETFramework\NGenQueue\WIN32\Default" /f >NUL 2>&1 
    reg add "HKLM\SOFTWARE1\Microsoft\.NETFramework\NGenQueue\WIN64\Default" /f >NUL 2>&1 
    
     
  3. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    @gailium119
    Whenever I try, the download always fail. Then whole script fails. So, I want to use pre-downloaded UUP files.
    Where I can put these files for the script?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    152
    21
    10
    i am wanted have rtm of iron too
     
  5. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    What if I replace the whole Microsoft.Net registry of a regular install.wim and copy the files of native images?
     
  6. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Delete the "rem"s in createunstaged.cmd
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #7048 xinso, Mar 20, 2022
    Last edited: Mar 20, 2022
    I'd tested copying without registry, still have to run ngen eqi.

    You may try, but how about "build" when updated? .

    e.g.
    Source build 19044.1288.
    Target build 19041.1.
     
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Can it be done OFFLINE?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #7051 Ace2, Mar 20, 2022
    Last edited: Mar 20, 2022
    Removed by Ace2.;)
     
  11. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #7054 xinso, Mar 20, 2022
    Last edited: Mar 20, 2022
    DO NOT use "BS" before you can provide a working solution. Otherwise who dares to post and share?
     
  14. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #7055 Ace2, Mar 20, 2022
    Last edited: Mar 20, 2022
    Removed by Ace2.;)
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    OK.
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    :cheers:
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #7058 xinso, Mar 20, 2022
    Last edited: Mar 20, 2022
    His way is not always working fine. Just take what is good to you. Be happy, no worries, mate.
     
  18. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    I didn't upload 7z.dll 7z.exe aria2c.exe because there is a limit of attachment size.
     
  19. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Delete the "rem"s in createunstaged.cmd + 7z.dll + 7z.exe + aria2c.exe = download still not working...