[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. winosr25

    winosr25 MDL Member

    May 14, 2024
    158
    102
    10
    oobe

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

    Ace2 MDL Expert

    Oct 10, 2014
    1,990
    1,708
    60
    can you post the keys ? please
     
  3. winosr25

    winosr25 MDL Member

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

    winosr25 MDL Member

    May 14, 2024
    158
    102
    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 Expert

    Oct 10, 2014
    1,990
    1,708
    60
    what do i replace nxtmsoobe.exe with ?
     
  6. winosr25

    winosr25 MDL Member

    May 14, 2024
    158
    102
    10
  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,990
    1,708
    60
    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,320
    14,891
    340
    #2749 xinso, Aug 30, 2025 at 22:49
    Last edited: Aug 31, 2025 at 03:50
    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.
    
    ------------------------------------------------------------
    
    We do Construction\Reconstruction, precise Knowlege and Skill are needed only.
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,990
    1,708
    60
    #2750 Ace2, Aug 30, 2025 at 22:51
    Last edited: Aug 31, 2025 at 14:05
    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 Expert

    Oct 10, 2014
    1,990
    1,708
    60
    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
    745
    154
    30
    packages you mentioned are in validos-v1.audio.wim