[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    (It looks like the one I mentioned. Never mind.)

    As for Updates. you may need Wuyouzi067's MSU_to_esd_and_Modded_CU_202311242121.7z

    Good luck.
     
  2. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    571
    265
    30
    Did you check the script so quickly?

    Sorry, I was expecting the answer tomorrow.

    Thanks for taking the time to check the script, and I do believe I have Wuyouzi067's script at hand

    Just as a last question, is this frankenbuild script reliable? Just to be sure that there will be no instability or errors due to missing files.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #17324 xinso, Aug 5, 2024
    Last edited: Aug 5, 2024
    You try it firstly and feedback if necessary. It's really old, I can't refresh my memory. Sorry.

    I recommend that you do it and try to trouble-shoot errors by yourself. Perhaps hassle, but you can get "independent" sooner.

    Once you can make it, you can apply it to any other builds. Then you can say: I did it my way. Happy.

    Then? Migrate it to xinso's 25398.1 script.
     
  4. febrero2048

    febrero2048 MDL Member

    Oct 19, 2017
    114
    72
    10
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  6. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    191
    30
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  8. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Nice!
    xinso, the newly reconstructed AzureStackHCI updates from WU without problems and no flashes in menu?
    Would you show the list of packages? /get-packages for 26100.1?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  10. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    hello finally successful
    Azure Stack Hci with hot patch
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      195.9 KB
      Views:
      40
    • 2.PNG
      2.PNG
      File size:
      192.6 KB
      Views:
      40
  11. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Have you read the notes?
    Hotpatch is just an MSU, you can install it, but unless cluster is managed by Arc with Azure benefit, there would be a reboot after LCUs.
    Seems you just post attempts to do something without any checks )
     
  12. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    scripts local

    -------------------1-----------------------

    $registryPath = "HKLM:\SYSTEM\CurrentControlSet\Control\DeviceGuard"
    $parameters = $parameters = @{
    Path = $registryPath
    Name = "EnableVirtualizationBasedSecurity"
    Value = "0x1"
    Force = $True
    PropertyType = "DWORD"
    }
    New-ItemProperty @parameters

    ---------------------------------2----------------------------

    $registryPath = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management"
    $parameters = $parameters = @{
    Path = $registryPath
    Name = "HotPatchTableSize"
    Value = "0x1000"
    Force = $True
    PropertyType = "DWORD"
    }
    New-ItemProperty @parameters

    -------------------------------------------3-------------------------------------

    $registryPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Update\TargetingInfo\DynamicInstalled\Hotpatch.amd64"
    $nameParameters = $parameters = @{
    Path = $registryPath
    Name = "Name"
    Value = "Hotpatch Enrollment Package"
    Force = $True
    }
    $versionParameters = $parameters = @{
    Path = $registryPath
    Name = "Version"
    Value = "10.0.26100.793"
    Force = $True
    }
    New-Item $registryPath -Force
    New-ItemProperty @nameParameters
    New-ItemProperty @versionParameters

    ----------------------------------------------------------4----------------------------------------------

    Dism /english /online /Add-Package /PackagePath:D:\Windows11.0-KB5039329-x64.msu /ScratchDir:e:\tmp
     
  13. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    You can install, but it doesn't work.
    What is a purpose?
    Do you test own builds? :)
     
  14. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  16. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Have you been able to HOT PATCH OS? Not install the update, but install LCU on OS with HotPatch without a reboot requirement?
    On you screenshots we see ask for a reboot after hotfix install. That IS NOT a hotpatched system behavior.
    You just install something to some OS without understanding what is it and pretend that it works without testing HotPatch functionality.
    Right? Right!
     
  17. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    I started again you have to put the kb5036908 before and after the hotpatch and no restart
     

    Attached Files:

  18. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    Get-HotFix | Where-Object {$_.HotFixID -eq "KB5039329"}
     

    Attached Files: