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
@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?
What if I replace the whole Microsoft.Net registry of a regular install.wim and copy the files of native images?
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.
Delete the "rem"s in createunstaged.cmd = download still not woking C:\files [folder] + 4-Installwim_down.cmd + aria2c.exe works, uups folder and files are saved to C:\
Delete the "rem"s in createunstaged.cmd + 7z.dll + 7z.exe + aria2c.exe = download still not working...