[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,555
    772
    60
    screenshot_194.png screenshot_195.png

    Much easier since MS released the RP build.
    Thanks Ace2
     
  2. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,802
    708
    60
  3. winosr25

    winosr25 MDL Addicted

    May 14, 2024
    527
    639
    30
    #6163 winosr25, Sep 1, 2026 at 17:51
    Last edited: Sep 1, 2026 at 18:26
    Hotfix for Starter 28000.1 (28000.2804) oobe ok


    install ex fr-fr (28000.2804)
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-AppManagement-UEV-Package" version="10.0.28000.2804" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
        <source location="Microsoft-Windows-AppManagement-UEV-Package~31bf3856ad364e35~amd64~~10.0.28000.2804.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-AppManagement-UEV-wow64-Package" version="10.0.28000.2804" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
        <source location="Microsoft-Windows-AppManagement-UEV-wow64-Package~31bf3856ad364e35~amd64~~10.0.28000.2804.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Onecore-Identity-TenantRestrictions-Package" version="10.0.28000.2804" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
        <source location="Microsoft-Onecore-Identity-TenantRestrictions-Package~31bf3856ad364e35~amd64~~10.0.28000.2804.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-Browser-Package" version="10.0.28000.2804" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
        <source location="Microsoft-Windows-Browser-Package~31bf3856ad364e35~amd64~~10.0.28000.2804.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-AppManagement-UEV-Package" version="10.0.28000.1761" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-fr" />
        <source location="Microsoft-Windows-AppManagement-UEV-Package~31bf3856ad364e35~amd64~fr-fr~10.0.28000.1761.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-AppManagement-UEV-wow64-Package" version="10.0.28000.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-fr" />
        <source location="Microsoft-Windows-AppManagement-UEV-wow64-Package~31bf3856ad364e35~amd64~fr-fr~10.0.28000.1.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Onecore-Identity-TenantRestrictions-Package" version="10.0.28000.1896" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-fr" />
        <source location="Microsoft-Onecore-Identity-TenantRestrictions-Package~31bf3856ad364e35~amd64~fr-fr~10.0.28000.1896.mum" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-Browser-Package" version="10.0.28000.1896" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-fr" />
        <source location="Microsoft-Windows-Browser-Package~31bf3856ad364e35~amd64~fr-fr~10.0.28000.1896.mum" />
            </package>
        </servicing>
    </unattend>
    patch StarterEdition.xml
    Code:
    md mount
    set MT=mount
    md temp
    
    echo.
    dism /english /mount-wim /wimfile:starter-28000.2804.wim /index:1 /mountdir:%MT%
    
    
    copy starterEdition.xml %MT%\Windows\servicing\Editions\starterEdition.xml
    copy %MT%\Windows\servicing\Editions\starterEdition.xml %MT%\Windows\starter.xml
    dism /scratchdir:temp /image:%MT% /apply-unattend:%MT%\Windows\starter.xml
    
    dism /english /unmount-wim /mountdir:mount /commit
    
    
    
    echo.
    pause
    exit
     

    Attached Files:

  4. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,802
    708
    60
    start and win+x working?
     
  5. winosr25

    winosr25 MDL Addicted

    May 14, 2024
    527
    639
    30
    start and win+x working? no
     
  6. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    697
    447
    30
    #6166 TesterMachineOS, Sep 1, 2026 at 18:44
    Last edited: Sep 1, 2026 at 18:52
    (OP)
    Hi, the script was updating to support EP (Enablement Package) so I could update to 25h2 or 26H2, but for now...
    all I can do is update the Language Pack links.

    This thread isn't abandoned; I'm just very short on time.

    Edit: Updated links in the Language Pack and FOD area
     
  7. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,555
    772
    60
    #6167 EPRob, Sep 1, 2026 at 19:24
    Last edited: Sep 1, 2026 at 20:15
    deleted
     
  8. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,555
    772
    60
    #6169 EPRob, Sep 1, 2026 at 19:27
    Last edited: Sep 1, 2026 at 20:15
    deleted
     
  9. winosr25

    winosr25 MDL Addicted

    May 14, 2024
    527
    639
    30
    starter 28000.2804


    start and win+x working

    starteredition.xml
    Code:
    <unattend>
        <settings pass="offlineServicing">
            <component name="IPBusEnum" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <ServiceStartType>4</ServiceStartType>
            </component>
            <component name="Microsoft-Windows-Autochk" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <AutoChkTimeOut>10</AutoChkTimeOut>
            </component>
            <component name="Microsoft-Windows-BaseCrashDumpSettings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <AutoReboot>1</AutoReboot>
                <DeviceDumpEnabled>0</DeviceDumpEnabled>
                <EnableLogFile>1</EnableLogFile>
            </component>
            <component name="Microsoft-Windows-BeepSys" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Start_Beep>3</Start_Beep>
            </component>
            <component name="Microsoft-Windows-BrowserService" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <ImagePath>%SystemRoot%\System32\svchost.exe -k smbsvcs</ImagePath>
                <ServiceStart>4</ServiceStart>
            </component>
            <component name="Microsoft-Windows-COM-Base" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <MachineAccessRestriction>010004808c0000009c000000000000001400000002007800050000000000140007000000010100000000000100000000000014000700000001010000000000050700000000001800070000000102000000000005200000003202000000001800070000000102000000000005200000002f0200000000180003000000010200000000000f02000000010000000102000000000005200000002002000001020000000000052000000020020000</MachineAccessRestriction>
            </component>
            <component name="Microsoft-Windows-COM-ComPlus-Runtime" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <RemoteAccessEnabled>0</RemoteAccessEnabled>
            </component>
            <component name="Microsoft-Windows-COM-DTC-Runtime" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Start>2</Start>
            </component>
            <component name="Microsoft-Windows-CoreSystem-State-CrashDumpSettings-CrashDumpEnabled" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <CrashDumpEnabled>7</CrashDumpEnabled>
            </component>
            <component name="Microsoft-Windows-explorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <ATBothDefaultValue>1</ATBothDefaultValue>
                <ATHideDefaultValue>1</ATHideDefaultValue>
                <ATMenuDefaultValue>1</ATMenuDefaultValue>
                <CPHideDefaultValue>2</CPHideDefaultValue>
                <CPMenuDefaultValue>2</CPMenuDefaultValue>
                <CPOpenDefaultValue>2</CPOpenDefaultValue>
                <GHideDefaultValue>0</GHideDefaultValue>
                <GMenuDefaultValue>0</GMenuDefaultValue>
                <GOpenDefaultValue>0</GOpenDefaultValue>
                <MHideDefaultValue>0</MHideDefaultValue>
                <MMenuDefaultValue>0</MMenuDefaultValue>
                <MOpenDefaultValue>0</MOpenDefaultValue>
                <PHideDefaultValue>0</PHideDefaultValue>
                <PMenuDefaultValue>0</PMenuDefaultValue>
                <POpenDefaultValue>0</POpenDefaultValue>
                <RDefaultValue>1</RDefaultValue>
                <UHideDefaultValue>0</UHideDefaultValue>
                <UMenuDefaultValue>0</UMenuDefaultValue>
                <UOpenDefaultValue>0</UOpenDefaultValue>
            </component>
            <component name="Microsoft-Windows-FileInfoMinifilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Start>3</Start>
                <ImagePath>\SystemRoot\System32\drivers\fileinfo.sys</ImagePath>
            </component>
            <component name="Microsoft-Windows-IE-ESC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <HKLM_SMW_CV_IS_zones_3_180b>1</HKLM_SMW_CV_IS_zones_3_180b>
            </component>
            <component name="Microsoft-Windows-IE-InternetControlPanel" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Animat_Default>no</Animat_Default>
                <CacheFlush_Default>0</CacheFlush_Default>
                <CachePages_Default>1</CachePages_Default>
                <Secure_Default>1</Secure_Default>
                <Sounds_Default>no</Sounds_Default>
                <UseBHO_Default>no</UseBHO_Default>
                <Immersive_Default>0</Immersive_Default>
            </component>
            <component name="Microsoft-Windows-IE-PluggableHandlersAndSecurityZones" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <HKLM_SMW_CV_IS_zonemap_autodetect>0</HKLM_SMW_CV_IS_zonemap_autodetect>
                <HKLM_SMW_CV_IS_zones_1_flags>67</HKLM_SMW_CV_IS_zones_1_flags>
                <HKLM_SMW_CV_IS_zones_2_flags>67</HKLM_SMW_CV_IS_zones_2_flags>
                <HKLM_SMW_CV_IS_zones_2_minlevel>66816</HKLM_SMW_CV_IS_zones_2_minlevel>
                <HKLM_SMW_CV_IS_zones_1_2500>0</HKLM_SMW_CV_IS_zones_1_2500>
                <HKLM_SMW_CV_IS_zones_3_1001>3</HKLM_SMW_CV_IS_zones_3_1001>
                <HKLM_SMW_CV_IS_zones_3_1200>3</HKLM_SMW_CV_IS_zones_3_1200>
                <HKLM_SMW_CV_IS_zones_3_1400>3</HKLM_SMW_CV_IS_zones_3_1400>
                <HKLM_SMW_CV_IS_zones_3_1402>3</HKLM_SMW_CV_IS_zones_3_1402>
                <HKLM_SMW_CV_IS_zones_3_1405>3</HKLM_SMW_CV_IS_zones_3_1405>
                <HKLM_SMW_CV_IS_zones_3_1407>3</HKLM_SMW_CV_IS_zones_3_1407>
                <HKLM_SMW_CV_IS_zones_3_1601>1</HKLM_SMW_CV_IS_zones_3_1601>
                <HKLM_SMW_CV_IS_zones_3_1604>3</HKLM_SMW_CV_IS_zones_3_1604>
                <HKLM_SMW_CV_IS_zones_3_1606>3</HKLM_SMW_CV_IS_zones_3_1606>
                <HKLM_SMW_CV_IS_zones_3_1608>3</HKLM_SMW_CV_IS_zones_3_1608>
                <HKLM_SMW_CV_IS_zones_3_1802>1</HKLM_SMW_CV_IS_zones_3_1802>
                <HKLM_SMW_CV_IS_zones_3_1803>3</HKLM_SMW_CV_IS_zones_3_1803>
                <HKLM_SMW_CV_IS_zones_3_1804>3</HKLM_SMW_CV_IS_zones_3_1804>
                <HKLM_SMW_CV_IS_zones_3_1a00>65536</HKLM_SMW_CV_IS_zones_3_1a00>
                <HKLM_SMW_CV_IS_zones_3_1a02>3</HKLM_SMW_CV_IS_zones_3_1a02>
                <HKLM_SMW_CV_IS_zones_3_1a03>3</HKLM_SMW_CV_IS_zones_3_1a03>
                <HKLM_SMW_CV_IS_zones_3_1a05>3</HKLM_SMW_CV_IS_zones_3_1a05>
                <HKLM_SMW_CV_IS_zones_3_1a06>3</HKLM_SMW_CV_IS_zones_3_1a06>
                <HKLM_SMW_CV_IS_zones_3_1a10>1</HKLM_SMW_CV_IS_zones_3_1a10>
                <HKLM_SMW_CV_IS_zones_3_1c00>0</HKLM_SMW_CV_IS_zones_3_1c00>
                <HKLM_SMW_CV_IS_zones_3_2000>3</HKLM_SMW_CV_IS_zones_3_2000>
                <HKLM_SMW_CV_IS_zones_3_2100>3</HKLM_SMW_CV_IS_zones_3_2100>
                <HKLM_SMW_CV_IS_zones_3_2101>3</HKLM_SMW_CV_IS_zones_3_2101>
                <HKLM_SMW_CV_IS_zones_3_2106>3</HKLM_SMW_CV_IS_zones_3_2106>
                <HKLM_SMW_CV_IS_zones_3_2300>3</HKLM_SMW_CV_IS_zones_3_2300>
                <HKLM_SMW_CV_IS_zones_3_2400>3</HKLM_SMW_CV_IS_zones_3_2400>
                <HKLM_SMW_CV_IS_zones_3_2401>3</HKLM_SMW_CV_IS_zones_3_2401>
                <HKLM_SMW_CV_IS_zones_3_2402>3</HKLM_SMW_CV_IS_zones_3_2402>
                <HKLM_SMW_CV_IS_zones_3_2600>3</HKLM_SMW_CV_IS_zones_3_2600>
                <HKLM_SMW_CV_IS_zones_3_2701>3</HKLM_SMW_CV_IS_zones_3_2701>
                <HKLM_SMW_CV_IS_zones_3_2704>3</HKLM_SMW_CV_IS_zones_3_2704>
                <HKLM_SMW_CV_IS_zones_3_currentlevel>73728</HKLM_SMW_CV_IS_zones_3_currentlevel>
                <HKLM_SMW_CV_IS_zones_3_minlevel>73728</HKLM_SMW_CV_IS_zones_3_minlevel>
                <HKLM_SMW_CV_IS_zones_3_recommendedlevel>73728</HKLM_SMW_CV_IS_zones_3_recommendedlevel>
            </component>
            <component name="Microsoft-Windows-OfflineFiles-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <DriverStartType>4</DriverStartType>
            </component>
            <component name="Microsoft-Windows-OfflineFiles-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <ServiceStart>4</ServiceStart>
            </component>
            <component name="Microsoft-Windows-PartitionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <SanPolicy>2</SanPolicy>
            </component>
            <component name="Microsoft-Windows-Power-Policy-Definitions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <DefaultBalancedCriticalBatteryActionACSetting>0</DefaultBalancedCriticalBatteryActionACSetting>
                <DefaultBalancedCriticalBatteryActionDCSetting>3</DefaultBalancedCriticalBatteryActionDCSetting>
                <DefaultBalancedEnergySaverPolicyDCSetting>0</DefaultBalancedEnergySaverPolicyDCSetting>
                <DefaultBalancedEnergySaverBatteryThresholdDCSetting>0</DefaultBalancedEnergySaverBatteryThresholdDCSetting>
                <DefaultBalancedEnergySaverBrightnessDCSetting>100</DefaultBalancedEnergySaverBrightnessDCSetting>
                <DefaultBalancedHardDiskPowerDownTimeoutACSetting>0</DefaultBalancedHardDiskPowerDownTimeoutACSetting>
                <DefaultBalancedHardDiskPowerDownTimeoutDCSetting>0</DefaultBalancedHardDiskPowerDownTimeoutDCSetting>
                <DefaultBalancedStandbyReserveGracePeriodDCSetting>0</DefaultBalancedStandbyReserveGracePeriodDCSetting>
                <DefaultBalancedStandbyReserveTimeDCSetting>0</DefaultBalancedStandbyReserveTimeDCSetting>
                <DefaultBalancedStandbyBudgetGracePeriodDCSetting>0</DefaultBalancedStandbyBudgetGracePeriodDCSetting>
                <DefaultBalancedStandbyBudgetPercentDCSetting>0</DefaultBalancedStandbyBudgetPercentDCSetting>
                <DefaultBalancedStandbyResetPercentDCSetting>0</DefaultBalancedStandbyResetPercentDCSetting>
                <DefaultBalancedDeepSleepACSetting>0</DefaultBalancedDeepSleepACSetting>
                <DefaultBalancedDeepSleepDCSetting>0</DefaultBalancedDeepSleepDCSetting>
                <DefaultBalancedPpmCoreParkingDecreaseTimeACSetting>1</DefaultBalancedPpmCoreParkingDecreaseTimeACSetting>
                <DefaultBalancedPpmCoreParkingDecreaseTimeDCSetting>1</DefaultBalancedPpmCoreParkingDecreaseTimeDCSetting>
                <DefaultBalancedPpmCoreParkingParkedPerfStateACSetting>1</DefaultBalancedPpmCoreParkingParkedPerfStateACSetting>
                <DefaultBalancedPpmCoreParkingParkedPerfStateDCSetting>1</DefaultBalancedPpmCoreParkingParkedPerfStateDCSetting>
                <DefaultBalancedPpmPerfTimeCheckACSetting>50</DefaultBalancedPpmPerfTimeCheckACSetting>
                <DefaultBalancedPpmPerfTimeCheckDCSetting>50</DefaultBalancedPpmPerfTimeCheckDCSetting>
                <DefaultBalancedPpmIdleTimeCheckACSetting>5000</DefaultBalancedPpmIdleTimeCheckACSetting>
                <DefaultBalancedPpmIdleTimeCheckDCSetting>5000</DefaultBalancedPpmIdleTimeCheckDCSetting>
                <DefaultBalancedPpmPerfEppACSetting1>50</DefaultBalancedPpmPerfEppACSetting1>
                <DefaultBalancedPpmPerfHistoryPolicyACSetting>3</DefaultBalancedPpmPerfHistoryPolicyACSetting>
                <DefaultBalancedPpmPerfHistoryPolicyDCSetting>3</DefaultBalancedPpmPerfHistoryPolicyDCSetting>
                <DefaultBalancedPpmPerfIncreaseDCSetting1>60</DefaultBalancedPpmPerfIncreaseDCSetting1>
                <DefaultBalancedPpmPerfIncreasePolicyACSetting>1</DefaultBalancedPpmPerfIncreasePolicyACSetting>
                <DefaultBalancedPpmPerfIncreasePolicyDCSetting>1</DefaultBalancedPpmPerfIncreasePolicyDCSetting>
                <DefaultBalancedPpmPerfIncreasePolicyACSetting1>0</DefaultBalancedPpmPerfIncreasePolicyACSetting1>
                <DefaultBalancedPpmPerfIncreasePolicyDCSetting1>0</DefaultBalancedPpmPerfIncreasePolicyDCSetting1>
                <DefaultBalancedPpmPerfIncreaseACSetting>90</DefaultBalancedPpmPerfIncreaseACSetting>
                <DefaultBalancedPpmPerfDecreaseACSetting>80</DefaultBalancedPpmPerfDecreaseACSetting>
                <DefaultBalancedPpmPerfDecreaseDCSetting>80</DefaultBalancedPpmPerfDecreaseDCSetting>
                <DefaultBalancedPpmPerfDecreaseACSetting1>40</DefaultBalancedPpmPerfDecreaseACSetting1>
                <DefaultBalancedPpmPerfDecreaseDCSetting1>40</DefaultBalancedPpmPerfDecreaseDCSetting1>
                <DefaultBalancedPpmPerfDecreaseTimeACSetting1>1</DefaultBalancedPpmPerfDecreaseTimeACSetting1>
                <DefaultBalancedPpmPerfDecreaseTimeDCSetting1>1</DefaultBalancedPpmPerfDecreaseTimeDCSetting1>
                <DefaultBalancedPpmPerfHeteroDecreaseThresholdACSetting>254</DefaultBalancedPpmPerfHeteroDecreaseThresholdACSetting>
                <DefaultBalancedPpmPerfHeteroDecreaseThresholdDCSetting>254</DefaultBalancedPpmPerfHeteroDecreaseThresholdDCSetting>
                <DefaultBalancedPpmPerfHeteroIncreaseThresholdACSetting>254</DefaultBalancedPpmPerfHeteroIncreaseThresholdACSetting>
                <DefaultBalancedPpmPerfHeteroIncreaseThresholdDCSetting>254</DefaultBalancedPpmPerfHeteroIncreaseThresholdDCSetting>
                <DefaultBalancedPpmMinUnparkedCoresACSetting>10</DefaultBalancedPpmMinUnparkedCoresACSetting>
                <DefaultBalancedPpmMinUnparkedCoresACSetting1>100</DefaultBalancedPpmMinUnparkedCoresACSetting1>
                <DefaultBalancedPpmMinUnparkedCoresDCSetting1>100</DefaultBalancedPpmMinUnparkedCoresDCSetting1>
                <DefaultBalancedSleepButtonActionACSetting>0</DefaultBalancedSleepButtonActionACSetting>
                <DefaultBalancedSleepButtonActionDCSetting>0</DefaultBalancedSleepButtonActionDCSetting>
                <DefaultBalancedSystemStandbyTimeoutACSetting>0</DefaultBalancedSystemStandbyTimeoutACSetting>
                <DefaultBalancedSystemStandbyTimeoutDCSetting>0</DefaultBalancedSystemStandbyTimeoutDCSetting>
                <DefaultBalancedUIButtonActionACSetting>2</DefaultBalancedUIButtonActionACSetting>
                <DefaultBalancedUIButtonActionDCSetting>2</DefaultBalancedUIButtonActionDCSetting>
                <DefaultBalancedUserPresencePredictionModeDCSetting>0</DefaultBalancedUserPresencePredictionModeDCSetting>
                <DefaultBalancedUnattendedSleepTimeoutACSetting>0</DefaultBalancedUnattendedSleepTimeoutACSetting>
                <DefaultBalancedUnattendedSleepTimeoutDCSetting>0</DefaultBalancedUnattendedSleepTimeoutDCSetting>
                <DefaultHighPerformancePpmPerfHistoryPolicyACSetting1>3</DefaultHighPerformancePpmPerfHistoryPolicyACSetting1>
                <DefaultHighPerformancePpmPerfHistoryPolicyDCSetting1>3</DefaultHighPerformancePpmPerfHistoryPolicyDCSetting1>
                <DefaultHighPerformancePpmPerfIncreaseDCSetting1>60</DefaultHighPerformancePpmPerfIncreaseDCSetting1>
                <DefaultHighPerformancePpmPerfDecreaseDCSetting1>20</DefaultHighPerformancePpmPerfDecreaseDCSetting1>
                <DefaultHighPerformancePpmPerfDecreaseTimeACSetting1>1</DefaultHighPerformancePpmPerfDecreaseTimeACSetting1>
                <DefaultHighPerformancePpmPerfDecreaseTimeDCSetting1>1</DefaultHighPerformancePpmPerfDecreaseTimeDCSetting1>
                <DefaultHighPerformancePpmPerfIncreasePolicyACSetting1>0</DefaultHighPerformancePpmPerfIncreasePolicyACSetting1>
                <DefaultHighPerformancePpmPerfIncreasePolicyDCSetting1>2</DefaultHighPerformancePpmPerfIncreasePolicyDCSetting1>
                <DefaultHighPerformancePpmPerfHeteroDecreaseThresholdACSetting>254</DefaultHighPerformancePpmPerfHeteroDecreaseThresholdACSetting>
                <DefaultHighPerformancePpmPerfHeteroDecreaseThresholdDCSetting>254</DefaultHighPerformancePpmPerfHeteroDecreaseThresholdDCSetting>
                <DefaultHighPerformancePpmPerfHeteroIncreaseThresholdACSetting>254</DefaultHighPerformancePpmPerfHeteroIncreaseThresholdACSetting>
                <DefaultHighPerformancePpmPerfHeteroIncreaseThresholdDCSetting>254</DefaultHighPerformancePpmPerfHeteroIncreaseThresholdDCSetting>
                <DefaultHighPerformancePpmMinUnparkedCoresACSetting1>100</DefaultHighPerformancePpmMinUnparkedCoresACSetting1>
                <DefaultHighPerformancePpmMinUnparkedCoresDCSetting1>100</DefaultHighPerformancePpmMinUnparkedCoresDCSetting1>
                <DefaultBalancedPpmPerfBoostModeACSetting>3</DefaultBalancedPpmPerfBoostModeACSetting>
                <DefaultBalancedPpmPerfBoostModeDCSetting>3</DefaultBalancedPpmPerfBoostModeDCSetting>
                <DefaultBalancedPpmLatencySensitivityPerfACSetting>0</DefaultBalancedPpmLatencySensitivityPerfACSetting>
                <DefaultBalancedPpmLatencySensitivityPerfDCSetting>0</DefaultBalancedPpmLatencySensitivityPerfDCSetting>
                <DefaultBalancedPpmLatencySensitivityPerfACSetting1>0</DefaultBalancedPpmLatencySensitivityPerfACSetting1>
                <DefaultBalancedPpmLatencySensitivityPerfDCSetting1>0</DefaultBalancedPpmLatencySensitivityPerfDCSetting1>
                <DefaultBalancedPpmLatencySensitivityMinUnparkPerfACSetting1>50</DefaultBalancedPpmLatencySensitivityMinUnparkPerfACSetting1>
                <DefaultBalancedPpmLatencySensitivityMinUnparkPerfDCSetting1>50</DefaultBalancedPpmLatencySensitivityMinUnparkPerfDCSetting1>
                <DefaultHighPerformancePpmLatencySensitivityPerfACSetting1>0</DefaultHighPerformancePpmLatencySensitivityPerfACSetting1>
                <DefaultHighPerformancePpmLatencySensitivityPerfDCSetting1>0</DefaultHighPerformancePpmLatencySensitivityPerfDCSetting1>
                <DefaultHighPerformancePpmLatencySensitivityMinUnparkPerfACSetting1>50</DefaultHighPerformancePpmLatencySensitivityMinUnparkPerfACSetting1>
                <DefaultHighPerformancePpmLatencySensitivityMinUnparkPerfDCSetting1>50</DefaultHighPerformancePpmLatencySensitivityMinUnparkPerfDCSetting1>
                <DefaultBalancedPpmUtilityDistributionACSetting>1</DefaultBalancedPpmUtilityDistributionACSetting>
                <DefaultBalancedPpmUtilityDistributionDCSetting>1</DefaultBalancedPpmUtilityDistributionDCSetting>
                <DefaultBalancedPpmCoreParkingConcurrencyThresholdACSetting>90</DefaultBalancedPpmCoreParkingConcurrencyThresholdACSetting>
                <DefaultBalancedPpmCoreParkingConcurrencyThresholdDCSetting>90</DefaultBalancedPpmCoreParkingConcurrencyThresholdDCSetting>
                <DefaultSecurityDescriptor>O:BAG:SYD:P(A;CI;KR;;;BU)(A;CI;KA;;;BA)(A;CI;KA;;;SY)(A;CI;KA;;;CO)(A;CI;KR;;;S-1-15-2-1)(A;CI;KR;;;S-1-15-3-1024-1502825166-1963708345-2616377461-2562897074-4192028372-3968301570-1997628692-1435953622)</DefaultSecurityDescriptor>
                <HiberbootEnabled>0</HiberbootEnabled>
            </component>
            <component name="Microsoft-Windows-Printing-LocalPrinting-Enterprise" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <DoNotInstallCompatibleDriverFromWindowsUpdate>1</DoNotInstallCompatibleDriverFromWindowsUpdate>
            </component>
            <component name="Microsoft-Windows-Printing-Spooler-Networkclient" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <AddPrinterDrivers>1</AddPrinterDrivers>
            </component>
            <component name="Microsoft-Windows-RemoteRegistry-Service" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <RemoteRegistryStartType>4</RemoteRegistryStartType>
            </component>
            <component name="Microsoft-Windows-Services-ServiceController-MinWin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <List>System&amp;#x20;Reserved EMS WdfLoadGroup Boot&amp;#x20;Bus&amp;#x20;Extender System&amp;#x20;Bus&amp;#x20;Extender SCSI&amp;#x20;miniport Port Primary&amp;#x20;Disk SCSI&amp;#x20;Class SCSI&amp;#x20;CDROM&amp;#x20;Class FSFilter&amp;#x20;Infrastructure FSFilter&amp;#x20;System FSFilter&amp;#x20;Bottom FSFilter&amp;#x20;Copy&amp;#x20;Protection FSFilter&amp;#x20;Security&amp;#x20;Enhancer FSFilter&amp;#x20;Open&amp;#x20;File FSFilter&amp;#x20;Physical&amp;#x20;Quota&amp;#x20;Management FSFilter&amp;#x20;Virtualization FSFilter&amp;#x20;Encryption FSFilter&amp;#x20;Compression FSFilter&amp;#x20;Imaging FSFilter&amp;#x20;HSM FSFilter&amp;#x20;Cluster&amp;#x20;File&amp;#x20;System FSFilter&amp;#x20;System&amp;#x20;Recovery FSFilter&amp;#x20;Quota&amp;#x20;Management FSFilter&amp;#x20;Content&amp;#x20;Screener FSFilter&amp;#x20;Continuous&amp;#x20;Backup FSFilter&amp;#x20;Replication FSFilter&amp;#x20;Anti-Virus FSFilter&amp;#x20;Undelete FSFilter&amp;#x20;Activity&amp;#x20;Monitor FSFilter&amp;#x20;Top Filter Boot&amp;#x20;File&amp;#x20;System Base Pointer&amp;#x20;Port Keyboard&amp;#x20;Port Pointer&amp;#x20;Class Keyboard&amp;#x20;Class Video&amp;#x20;Init Video Video&amp;#x20;Save File&amp;#x20;System Streams&amp;#x20;Drivers NDIS&amp;#x20;Wrapper COM&amp;#x20;Infrastructure Event&amp;#x20;Log ProfSvc_Group UIGroup PlugPlay Cryptography PNP_TDI NDIS TDI iSCSI NetBIOSGroup ShellSvcGroup SchedulerGroup AudioGroup SmartCardGroup NetworkProvider MS_WindowsRemoteValidation MS_WindowsLocalValidation SpoolerGroup NetDDEGroup Parallel&amp;#x20;arbitrator Extended&amp;#x20;Base PCI&amp;#x20;Configuration MS&amp;#x20;Transactions</List>
            </component>
            <component name="Microsoft-Windows-shell32" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>%SystemRoot%\system32\wbadmin.msc</HKEY_LOCAL_MACHINE_SOFTWARE_Microsoft_Windows_CurrentVersion_Explorer_MyComputer_BackupPath_defaultValue>
            </component>
            <component name="Microsoft-Windows-SMBServer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <ImagePath>%SystemRoot%\System32\svchost.exe -k smbsvcs</ImagePath>
            </component>
            <component name="Microsoft-Windows-Smss-BootExecute" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <BootExecute>autocheck&amp;#x20;autochk&amp;#x20;/q&amp;#x20;/v&amp;#x20;*</BootExecute>
            </component>
            <component name="Microsoft-Windows-Speech-UserExperience-Common" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <SapiCplCategory>-1,2</SapiCplCategory>
            </component>
            <component name="Microsoft-Windows-Win32k-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Background>74 84 89</Background>
                <Background1>74 84 89</Background1>
            </component>
            <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <DisableStatefulFTP>true</DisableStatefulFTP>
                <DisableStatefulFTP_Default>true</DisableStatefulFTP_Default>
                <DisableStatefulPPTP>true</DisableStatefulPPTP>
                <DisableStatefulPPTP_Default>true</DisableStatefulPPTP_Default>
                <DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
                <DomainProfile_DisableNotifications_Default>true</DomainProfile_DisableNotifications_Default>
                <PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
                <PrivateProfile_DisableNotifications_Default>true</PrivateProfile_DisableNotifications_Default>
                <PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
                <PublicProfile_DisableNotifications_Default>true</PublicProfile_DisableNotifications_Default>
            </component>
            <component name="WindowsSearchEngine-SvcConfig" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
                <Start_WSearch>4</Start_WSearch>
            </component>
        </settings>
    </unattend>
     

    Attached Files:

  10. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,802
    708
    60
    due to @Bira request 22000 startern x64 constructed by MUCS

    Code:
    C:\Users\Administrator\Downloads\mucs>dism /image:mount /get-currentedition /english
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.2792
    
    Image Version: 10.0.22000.1
    
    Current edition is:
    
    Current Edition : StarterN
    
    The operation completed successfully.
     
  11. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    712
    1,598
    30
    Thanks, I’ve already figured this out on my own. Yesterday I put together a tool to convert 26H2 IoT Enterprise to IoT Enterprise LTSC. That’s what I needed, so I built it for myself. The tool runs in PowerShell. I spent the whole day yesterday tinkering with it, but testing the tool yielded excellent results. I fully understand that there is no 26H2 version of IoT Enterprise LTSC, and it’s unlikely there ever will be. But I wanted to have such a version, so I built it for myself.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,802
    708
    60
    due to @Bira request 22000.1 startern x64 pl constructed by MUCS

    upload_2026-9-1_22-1-43.png

    start and win+x working

    oobe works when you are online (didn't check when offline, but i guess that unattend.xml in windows\panther is required)
     
  13. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,802
    708
    60
    due to @Bira request tomorrow i'll prepare and share 22621 startern and 28000 startern
     
  14. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    712
    1,598
    30
    Well, yes, it's easier that way; I hadn't thought about it. But I took a slightly different, more challenging approach. The main thing is to get positive results in both cases – good luck!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bendeyar

    bendeyar MDL Senior Member

    Mar 14, 2019
    257
    560
    10
    Windows_11_IoT_Ent_LTSC_26H2_26300.9278
    Created with the help of windows_11_iot_enterprise_ltsc_2024_26100.1742 + KB5121794.
    For now it works without a problem.
     

    Attached Files:

    • 00.png
      00.png
      File size:
      345.7 KB
      Views:
      16
  16. rayman95

    rayman95 MDL Senior Member

    Oct 3, 2018
    451
    316
    10
    What tool do you use to convert??
     
  17. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,252
    1,963
    90
    It might be beneficial for TesterMachineOS to host all your Starter edition-specific pack .esd files via a permanent link and include them on the first page.