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.
Forget it. Be happy; no worries. No matter my ugly 4 or BAU's 2 beautiful legs on a snake. Happiness matters.
Oh, I have not opened it yet. Thanks. (I am busy trying to dig out the most beneficial usage of Unstaged.)
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.
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?
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
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.
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.
Tested Winre Created with unstaged method with tweak Spoiler: Choose Keyboard Spoiler: Recovery Spoiler: Command Line
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.