Do you create DesktopUX-Package & DesktopUX-WOW64-Package via SxSv1? Or thake them from some of UUP ESDs? What is the size of packages?
i don't use image created by uup dump, i use official ServerAzureStackHCICor_en-us.esd and add official DesktopUX-Package & DesktopUX-WOW64-Package from another official esd, no SxSv1 needed.
Didn't work with official ServerAzureStackHCICor_en-us.esd, this is because UserExperience-Desktop-Package is not already present. Will build new image with official ServerAzureStackHCICor_en-us.esd + Microsoft-Windows-Server-DesktopUX-Package & Microsoft-Windows-Server-DesktopUX-WOW64-Package & UserExperience-Desktop-Package.
Ace2 you take serverdatacenter image. you create an azure folder inside an sxs folder. you extract all the files from the Windows\servicing\Packages\ folder of the serverdatacenter image into your sxs folder. same for Windows\WinSxS\Manifests\ same for Windows\WinSxS\ you have an sxs folder with all of them. you put the 1.xml file that I share in the sxs folder. then you put your azurestackhcicor image in your azure folder you rename it 1.wim you copy the script 2.cmd that I share in the azure folder. the files share, the extension of the files is changed by 1.txt to 1.xml 2 .txt to 2.cmd you run the 2.cmd script in admin
Setup went ok, but would not load Desktop, just black screen, this is because UserExperience-Desktop-Package or Microsoft-Windows-UserExperience-Desktop-Package is needed, but Cor don't already have it installed.
Import this reg to the image as trusted installer - Use dism ++ mount the image then go to system optimizer and import the reg
Didn't work. Spoiler: this is how i used Importme.bat + powerrun Code: @Echo Off Reg.exe load HKLM\SOFTHIVE D:\Windows\System32\config\SOFTWARE Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_SZ /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon\AlternateShells\AvailableShells" /v "Defaultshell" /t REG_SZ /d "explorer.exe" /f Reg.exe add "HKLM\SOFTHIVE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command" /ve /t REG_EXPAND_SZ /d "mmc.exe %%windir%%\system32\compmgmt.msc" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Server" /v "ClientExperienceEnabled" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Server\ServerLevels" /v "ServerCore" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Server\ServerLevels" /v "Server-Gui-Mgmt" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Server\ServerLevels" /v "Server-Gui-Shell" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Server\ServerLevels" /v "ServerCoreExtended" /t REG_DWORD /d "1" /f Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Branding-ServerAzureStackHCICor-Package~31bf3856ad364e35~amd64~~10.0.26100.1" /v "CurrentState" /t REG_DWORD /d "64" /f pause Reg.exe unload HKLM\SOFTHIVE
Removed because xinso said that gailium119's 22000 LTSC package doesn't have the correct structure and I didn't test it.
Oh, I understand. In short, it is not recommended to use the file as such, thank you, sorry for the inconvenience.
This is what it should look like 1.jpg Credits: All thanks to my teacher @xinso who has taught me most of what I know about this topic
These are the package needed when using official ServerAzureStackHCICor_en-us.esd Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-Package Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-WOW64-Package Microsoft-Windows-Server-DesktopUX-Package Microsoft-Windows-Server-DesktopUX-WOW64-Package UserExperience-Desktop-Package No, If Microsoft-Windows-Desktop-Required-ClientOnly-SharedWithServer-Package is not installed OOBE will be broken