[ARCHIVED] Windows Editions Reconstruction Project

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

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

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Do you create DesktopUX-Package & DesktopUX-WOW64-Package via SxSv1? Or thake them from some of UUP ESDs?
    What is the size of packages?
     
  2. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    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.
     
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    no


    P.s Back later, testing new image based on Skylined advice.
     
  4. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Can you point me where exactly you take "official DesktopUX-Package & DesktopUX-WOW64-Package" from?
     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    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.
     
  6. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #17386 Skylined, Aug 7, 2024
    Last edited: Aug 7, 2024
    What exactly did not work ?
     
  7. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    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
     

    Attached Files:

    • 1.txt
      File size:
      861 bytes
      Views:
      19
    • 2.txt
      File size:
      1.7 KB
      Views:
      15
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    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.
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    This is not a method i would use, as i use cor image for cor build.
     
  10. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #17390 Skylined, Aug 7, 2024
    Last edited: Aug 7, 2024
    Import this reg to the image as trusted installer - Use dism ++ mount the image then go to system optimizer and import the reg
     

    Attached Files:

  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Didn't work.

    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
     
  12. febrero2048

    febrero2048 MDL Member

    Oct 19, 2017
    114
    72
    10
    Removed because xinso said that gailium119's 22000 LTSC package doesn't have the correct structure and I didn't test it.
     
  13. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    577
    268
    30
    Oh, I understand.

    In short, it is not recommended to use the file as such, thank you, sorry for the inconvenience.
     
  14. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10

    https://forums.mydigitallife.net/th...struction-project.80939/page-870#post-1847098
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
  16. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #17396 Skylined, Aug 7, 2024
    Last edited: Aug 7, 2024
    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
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      69.3 KB
      Views:
      30
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
  18. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #17398 Ace2, Aug 8, 2024
    Last edited: Aug 8, 2024
    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
     
  19. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Only need BCD-Template-HCI-Package for ServerAzureStackHCICor
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,702
    14,429
    340
    #17400 xinso, Aug 8, 2024
    Last edited: Aug 8, 2024