Windows Editions Reconstruction Project

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

  1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,411
    1,191
    60
    Are these typos also: No

    Should it be moving them to "C:\Azure\Windows\WinSxS\" ?? No
    Should be moving them to C:\STANDARD\Windows\WinSxS\
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10463 xinso, Feb 4, 2023
    Last edited: Feb 4, 2023
    A1: Yes. But not easy, and won't match completely.
    A4: I'd rather use Server as Client Workstation. But that's another topic.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
  4. Kristi Bektashi

    Kristi Bektashi MDL Novice

    Mar 11, 2019
    44
    7
    0
    1. What do you mean with "Server as Client Workstation"?
    2. Is there a way to install server features in client builds? I want to experiment a bit with this
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10466 xinso, Feb 4, 2023
    Last edited: Feb 4, 2023
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
  7. Kristi Bektashi

    Kristi Bektashi MDL Novice

    Mar 11, 2019
    44
    7
    0
    What do I need to do in order to install the latest update?
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10469 xinso, Feb 4, 2023
    Last edited: Feb 4, 2023
    ONLY gailium119 had once shown updated 20348.1 Client.
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10470 xinso, Feb 4, 2023
    Last edited: Feb 4, 2023
    Reserved
     
  10. Kristi Bektashi

    Kristi Bektashi MDL Novice

    Mar 11, 2019
    44
    7
    0
    @gailium119 Is it possible to update 20348.1 Client?
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,411
    1,191
    60
    Code:
    Windows Update
    
    Edition        Windows 10 Pro
    Version        21H2
    Installed on   2/‎4/‎2023
    OS build       20348.1
    Experience     Windows Feature Experience Pack 120.27512.10351.0
    
    Update history
    > Driver Updates (14)
    > Definition Updates (1)
    Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.381.3126.0)
    Suceesfully installed on 2/4/2023
    
    > Other Updates (1)
    Windows Malicious Software Removal Tool x64 - v5.109 (KB890830)
    Suceesfully installed on 2/4/2023
    
    No other updates are offered - You're up to date
     
  12. Kristi Bektashi

    Kristi Bektashi MDL Novice

    Mar 11, 2019
    44
    7
    0
    I meant the monthly cumulative updates, not Windows Defender (which can be updated separately anyways)
     
  13. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,411
    1,191
    60
    There are NO Client 20348.1 cumulative update packages & server cumulative update packages [modded with Pro settings] don't work.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10476 xinso, Feb 5, 2023
    Last edited: Feb 6, 2023
    #10475 is made with my abandoned old scrip.

    Now I temporarily added these three lines:
    Code:
    echo.
    echo Adding updates
    dism /english /scratchdir:temp /image:%MT% /add-package:files\update\SSU-17763.3641-x64.cab
    dism /english /scratchdir:temp /image:%MT% /add-package:files\update\Windows10.0-KB5020866-x64.cab
    dism /english /scratchdir:temp /image:%MT% /add-package:files\update\Windows10.0-KB5022286-x64.cab
    
    Code:
    
    ==================================================================================================
    Converting 17763.1 Windows ServerDatacenter to EnterpriseS Workstation amd64 en-US
    ==================================================================================================
    
    Mounting image
    
    Adding ServerDatacenter in EnterpriseS style
    
    Removing ServerDatacenter
    
    Removing packages
    
    Adding .NET Framework 4.8
    
    Enabling feature : ServerMediaFoundation
    
    Enabling feature : WirelessNetworking
    
    Current Edition : EnterpriseS
    
    Adding updates
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_3641~31bf3856ad364e35~amd64~~17763.3641.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4010.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.3887.1.7
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Resetting base
    
    Unmounting image
    
    Optimizing image
    
    ==================================================================================================
    17763.3887 Windows EnterpriseS Workstation amd64 en-US has been successfully created
    ==================================================================================================
    
    WIM Information:
    --------------------------------------------------------------------------------------------------
    NAME="Windows EnterpriseS Workstation"
    DESCRIPTION="Windows EnterpriseS Workstation"
    FLAGS="EnterpriseS_Workstation"
    DISPLAYNAME="Windows EnterpriseS Workstation"
    DISPLAYDESCRIPTION="17763.3887 Windows EnterpriseS Workstation"
    --------------------------------------------------------------------------------------------------
    
    Press any key to continue . . .
    
    
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10478 xinso, Feb 5, 2023
    Last edited: Feb 6, 2023
    You can learn 20348 by anology from 17763 ServerWeb.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,682
    13,687
    340
    #10480 xinso, Feb 5, 2023
    Last edited: Feb 6, 2023
    4 new packages of 20348.1 Server:
    Code:
        <update name="bd9833e75c6cbe56570e1479116435c3">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Servicing-Full-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="334f5dd0b3b77e7e3e8e29ada992d544">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Servicing-Core-X86-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="1908f97b486d8d33a93ad8a76d762af2">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-RDC-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
            <selection name="MSRDC-Infrastructure" state="false" />
          </package>
        </update>
        <update name="d2e8bfc86d2596c94d4cba5fa1f287b7">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-RDC-WOW64-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>