[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,902
    1,586
    60
    #281 Ace2, Sep 25, 2024
    Last edited: Sep 25, 2024
    amd64_microsoft-updatetargeting-clientos_31bf3856ad364e35_10.0.26100.500_none_ce722d7256461845

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-UpdateTargeting-ClientOS" version="10.0.26100.500" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
      <registryKeys>
        <registryKey keyName="HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Update\TargetingInfo\Installed\Client.OS.rs2.amd64">
          <registryValue name="Version" valueType="REG_SZ" value="10.0.26100.500" />
          <registryValue name="Branch" valueType="REG_SZ" value="ge_release_svc_hotpatch_prod1" />
          <registryValue name="PrimaryOSProduct" valueType="REG_SZ" value="1" />
          <registryValue name="Repairable" valueType="REG_SZ" value="1" />
        </registryKey>
      </registryKeys>
      <trustInfo>
        <security>
          <accessControl>
            <securityDescriptorDefinitions>
              <securityDescriptorDefinition name="WRP_REGKEY_DEFAULT_SDDL" sddl="O:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464G:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464D:P(A;CI;GA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;CI;GR;;;SY)(A;CI;GR;;;BA)(A;CI;GR;;;BU)(A;CI;GR;;;S-1-15-2-1)(A;CI;GR;;;S-1-15-3-1024-1065365936-1281604716-3511738428-1654721687-432734479-3232135806-4053264122-3456934681)" operationHint="replace" />
            </securityDescriptorDefinitions>
          </accessControl>
        </security>
      </trustInfo>
    </assembly>

    and regedit settings after installing Windows11.0-KB5037970-Hotpatch-x64.cab
    Code:
    [HKEY_LOCAL_MACHINE\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Update\TargetingInfo\Installed\Client.OS.rs2.amd64]
    "Branch"="ge_release_svc_hotpatch_prod1"
    "PrimaryOSProduct"="1"
    "Repairable"="1"
    "Version"="10.0.26100.500"
    Hotpatch will install "Version"="10.0.26100.500" update with the help of

    Wrapper for 26100.1

    and

    Shared.mum
    deployment.manifest

    because name="Microsoft-UpdateTargeting-ClientOS" version="10.0.26100.500" setting are in them as well.
     
  2. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Have you been able to get "with Hotpatch support" update through Windows Update?
     
  3. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    605
    701
    30
    Code:
            "ARCHotpatchAttached_State": {
                "HKey": "HKEY_LOCAL_MACHINE",
                "FullPath": "SOFTWARE\\Microsoft\\Azure Connected Machine Agent\\Windows\\Licenses\\Features\\Hotpatch",
                "ValueName": "Subscription",
                "RegValueType": "REG_DWORD"
            },
    (HotPatchEKB = 20349)
    Code:
            "HotPatchEKBInstalled": {
                "HKey": "HKEY_LOCAL_MACHINE",
                "FullPath": "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Update\\TargetingInfo\\DynamicInstalled\\Hotpatch.amd64",
                "IfExists": true
            },
    For the first one, I don't know on which versions it can enable Hotpatch. The second one is only valid for 20348.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,832
    14,544
    340
    #286 xinso, Sep 26, 2024
    Last edited: Sep 26, 2024
    1. Yes. It is 19041.1 activated with 17763.1 License and Key.
    2. Last night, I tested remove "19044.1288" License packages, and installed 17763.1 ones. After installation, it activated with a "New Key - different to 17763" automatically.

    PS:
    1. CU and Key will fail if it is been "updated" by all means.
    2. 19044.1288 default Key is inherited from 17763.1. i.e. Microsoft does not renew it.

    Well, 19044.1288 failed now. And I cannot remember how exactly (the sequences) did I make it.
     
  5. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    623
    114
    30
    #287 pp03, Sep 26, 2024
    Last edited: Sep 26, 2024
    so how to make 19041.1 ltsc eval? i've tried to do that with abbodi enterprise s build 19041.1 script by replacing cat and mum files, but some manifest files are missing (if i'll get them from .1288 and rename to .1 it'll be hash mismatch i guess)

    or alternatively how to remove .1288 license packages and install 17763.1 ones?
     
  6. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Thanks for ideas, can you give some comments - How to make Windows Update on Windows 11 24H2 see only Hotpatch channel updates, similar to WS2025?
    With the above keys server 2025 does see only hotpatch channel updates, but Client still checks broad channel updates/
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,832
    14,544
    340
  8. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    605
    701
    30
    I don't know.
    As far as I know, MS has not officially released any Hotpatch for Client yet. Although they are available on UUP, they must be fetched by sending information that means 'The current version is already the specified Hotpatch version' to the server.
     
  9. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-9-26_14-21-25.png

    I get this error while loading it SafeOSDU KB5041593
     
  10. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    623
    114
    30
    i'll try with install_wim_tweak
     
  11. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    605
    701
    30
    Can you post the full log?
     
  12. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-9-26_16-46-34.png
    @zwl29107
    That's not the problem, as seen in the picture, instead of writing 25398.1085, it says 25398.1 as if it has not been updated.