[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
    oobe

    I saw it in a manifest for Windows WNC, I need to find it again.
     
  2. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    can you post the keys ? please
     
  3. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
    I'm testing the sound pack, the construction has just finished. See you later.
     
  4. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
    for oobe I share the manifest for the regedit keys.


    <registryKeys>
    <registryKey keyName="HKEY_LOCAL_MACHINE\System\Setup\Firstboot\Oobe">
    <registryValue name="Exclusive" valueType="REG_DWORD" value="0x00000001" />
    <registryValue name="001" valueType="REG_EXPAND_SZ" value="%SystemRoot%\system32\oobe\nxtmsoobe.exe" />
    </registryKey>
    </registryKeys>
     

    Attached Files:

  5. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    what do i replace nxtmsoobe.exe with ?
     
  6. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
  7. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    i don't think this is right, i think i may have found the right way to skip oobe
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,405
    14,928
    340
    #2749 xinso, Aug 30, 2025
    Last edited: Sep 7, 2025
    Q: Both Constructed and Reconstructed 10240.16384 cannot be resetbased. Why?
    A: All for "Pending". So the Master said.

    What if it can be resolved?
    Code:
    ------------------------------------------------------------
    Reset EnterpriseS base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    
     
  9. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #2750 Ace2, Aug 30, 2025
    Last edited: Aug 31, 2025
    Animation startup, updates are being installed (because we added Packages to ValidationOS)

    Code:
    @echo off
    
    Reg.exe load HKLM\SOFTHIVE D:\Windows\System32\config\SOFTWARE
    Reg.exe delete "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\RunOnce" /v "TzSyncRunOnce" /f
    Reg.exe delete "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\Setup\State" /v "ImageState" /f
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\OOBE" /v "ProtectYourPC" /t REG_DWORD /d "3" /f
    Reg.exe unload HKLM\SOFTHIVE
    
    Reg.exe load HKLM\SYSHIVE D:\Windows\System32\config\SYSTEM
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "RespecializeCmdLine" /f
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "SetupPhase" /f
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "SetupSupported" /f
    Reg.exe unload HKLM\SYSHIVE
    
    Pause
    For the full set add:
    Code:
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "ShellInfrastructure" /t REG_SZ /d "sihost.exe" /f
    [Credit]
    winosr25

    EDIT: Added Extra
    Code:
    Reg.exe add "HKLM\SYSHIVE\ControlSet001\Services\Audiosrv" /v "Start" /t REG_DWORD /d "2" /f
    Reg.exe add "HKLM\SYSHIVE\ControlSet001\Services\AudioEndpointBuilder" /v "Start" /t REG_DWORD /d "2" /f
    NOTES:

    ProtectYourPC
    1 = Recommended (default) level of protection
    2 = Only updates are installed.
    3 = Automatic protection is disabled.

    Deleted ImageState for cosmetic reasons, not really needed.

    EDIT: P.S
    Optional features work when FodMetadata (Folder) is added to Windows\servicing from ServerStandard 26100.1 iso
     
  10. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #2752 Ace2, Aug 31, 2025
    Last edited: Aug 31, 2025
    Maybe we need to add
    Code:
    Microsoft-Windows-Server-Media-Foundation-Package
    Microsoft-Windows-Media-Format-Package
    Microsoft-Windows-MediaPlayback-OC-Package
    
    Microsoft-Windows-Server-Media-Foundation-WOW64-Package
    Microsoft-Windows-Media-Format-WOW64-Package
     
  11. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    788
    173
    30
    packages you mentioned are in validos-v1.audio.wim
     
  12. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    I wonder what we need... for online Audio to work
     
  13. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    i think we may need to build version 26100.1742 if we want to get updates working, i think Hotpatch maybe only way with these builds...
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,405
    14,928
    340
    #2756 xinso, Sep 1, 2025
    Last edited: Sep 1, 2025
    Q: Is it possible to convert WinRE to Windows?
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,405
    14,928
    340
    #2757 xinso, Sep 1, 2025
    Last edited: Sep 1, 2025
    Microsoft-Windows-Client-Features-Package-AutoMerged-shell~31bf3856ad364e35~amd64~~10.0.10240.16384
    --->
    amd64_microsoft-windows-c..ed-shell-deployment_31bf3856ad364e35_10.0.10240.16384_none_c702e55e55091839.manifest
    --->
    Code:
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-Machine-Plugins" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-Machine-DUI" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-User" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-User-Broker" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-FirstLogonAnim" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-FirstLogonAnimExe" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-Windows-OOBE-Machine-Plugins-Wireless" version="10.0.10240.16384" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
    
     
  16. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
    Converting WinRE to Windows is possible, but it's easier with Validos.
    I successfully created a French language pack on Validos-desktop. I'll share the tutorial for the language pack later.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,405
    14,928
    340
    #2759 xinso, Sep 1, 2025
    Last edited: Sep 2, 2025
    But 10586.0 and 14393.0 are alright.
     
  18. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    788
    173
    30
    core system international package or onecore international package?