[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    are you removing Microsoft.SecHealthUI ?
     
  2. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    NO, the script does not remove this app.

    The build style is official on Windows 11 24H2 (26100.1) EnterpriseS with only "Microsoft.SecHealthUI" installed(obviously shows this in mounted offline install.wim), so the script is maintained.
     
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    if stage is being used & Microsoft.SecHealthUI is not being removed i have no idea...
     
  4. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
  5. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Sure:

    1st pause WU
    2nd manually install KB5043954-x64-NDP481 (without this 1st below cab will not install)
    Reboot
    3rd manually install Windows11.0-KB5039329-Hotpatch-x64.cab from extracted Windows11.0-KB5039329-x64
    4th enabled VBS
    Code:
    Reg add "HKLM\SYSTEM\ControlSet001\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d 1 /f
    5th merge
    Reboot

    Unpause WU.
     
  6. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    Forgot sometime in the process above I installed this hotpatch.esd to Azure. Not sure it did any good but here you go.
     

    Attached Files:

  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    how do i merge ?

    Code:
    Windows Registry Editor Version 5.00
    
    ARCHotpatchAttached_State": {
    "HKey": "HKEY_LOCAL_MACHINE",
    "FullPath": "SOFTWARE\\Microsoft\\Azure Connected Machine Agent\\Windows\\Licenses\\Features\\Hotpatch",
    "ValueName": "Subscription",
    "RegValueType": "REG_DWORD"
    },
     
  8. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,281
    593
    60
    I just double clicked as usual no issues
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    You have to download Notepad packages for Enterprise S from uup dump...
     
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    as reg file or cmd file...
     
  11. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
    I had same notepad problem today. It is more clear for me after i see manifest/code. I was thinking any notepad Fod can be integrated to any build but the code explains which can be integrated to which. Pro has notepad-system / enterprises has notepad. After i convert i saw notepad-system-wow64 package in enterprises build (Should not be there for manifest explanation) but not amd64 one. I could not removed with dism. But i solved with adding notepad packages and after command dism /Cleanup-wim /restorehealth. command removed that.

    So the right way is to remove notepad packages from source install.wim before convertion and add after convertion.

    Also shelloemdefaultassociation packages different on both builds. He does not do anything about them but he could successfully update his build so there is no problem.
     
  12. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
  13. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
    No. When you start untouched professional install.wim remove notepad-system fod packages. Use this wim for conversion. After conversion add notepad-fod packages.

    Maybe you do not need to do anything. Just continue same. Dism Cleanup-wim command may solve the issue. If there is no notepad packages with get-packages command. Add your script to integrate notepad-fod packages, at last.

    Also i had problems with installing mediaplayer language packs. I do not know reason. Had two times at server conversions and client conversions. My last uupdump install.wim did not do problem. I do not know the reason. Just for info.
     
  14. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    Ok, I'll adjust the script to integrate the Notepad-FOD packages but without the language pack.
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    You need language pack for Notepad...
     
  16. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
    We have not asked does your result iso has working notepad or not. Right click new text file? Working open with notepad? Have you compared all packages and language packs with original enterprises? If no problem you have nothing to do.
     
  17. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    601
    700
    30
    Could you post the log?