[ARCHIVED] Windows Editions Reconstruction Project

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

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

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #3601 zhanglin, Jul 11, 2021
    Last edited: Jul 12, 2021

    I found the reason, “/Add-Edge /SupportPath:D:\Microsoft ”cannot be omitted as“ /Add-Edge:D:\Microsoft”
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3602 xinso, Jul 11, 2021
    Last edited: Jul 11, 2021
    Q: How to integrate Edge.wim working for LTSC image which has no edge package? (working stands for upcoming online update ability)
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3604 xinso, Jul 11, 2021
    Last edited: Jul 11, 2021
    Today is a beautiful day full of harvest.
     
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    #3605 Mr.X, Jul 11, 2021
    Last edited: Jul 11, 2021
    Please use the PLAIN tags to avoid xenforos software showing smilies.
    Code:
    [PLAIN][/PLAIN]

    I found the reason, “/Add-Edge /SupportPath:D:\Microsoft ”cannot be omitted as“ /Add-Edge:D:\Microsoft”.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3606 xinso, Jul 11, 2021
    Last edited: Jul 11, 2021
    Test what Mr. X taught:

    I found the reason.

    “/Add-Edge /SupportPath:D:\Microsoft”

    cannot be omitted as

    “/Add-Edge:D:\Microsoft”.


    zhanglin is trying to port how I make it with package. This command is applicable to package only.
    Code:
    dism /image:D:\MOUNT /add-package:BlaBlaBla
    
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3607 xinso, Jul 12, 2021
    Last edited: Jul 12, 2021
    Q: What packages are needed to reconstruct ServerTurbine with install.wim of ServerDatacenter?
    A:
    1. Microsoft-Windows-EditionSpecific-ServerTurbine-Package
    2. HotPatch packages
    a. Microsoft-Windows-EditionPack-ServerTurbine-Package
    b. Microsoft-Windows-EditionPack-ServerTurbine-WOW64-Package
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3608 xinso, Jul 12, 2021
    Last edited: Jul 12, 2021
    Q: How to get target SKU's update patches on unsupported SKU system?
    A: Modify EditionID as target SKU in registry.

    e.g. I want to get PPIPro's updates from my running Enterprise.

    Before
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Enterprise"
    
    After
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="PPIPro"
    
    Then I download PPIPro's updates to update my Enterprise which has reached end of service.

    PS.
    The downloaded updates cab be installed "Offline" only. So, don't waste time trying to let Windows Update update your system "Online".
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  10. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Ask a question, can "languageexperiencepack.zh-cn.neutral.appx" completely replace "microsoft-windows-languagepack-package_zh-cn-amd64-zh-cn"?
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,706
    14,433
    340
    #3612 xinso, Jul 12, 2021
    Last edited: Jul 12, 2021
    Now
    20348.1.210507-1500.FE_RELEASE_CLIENTPRO_RET_X64FRE_XX-XX.ISO
     
  13. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    The 20348.1Client I made before, I used Local Experience Packs plus copy and paste 20279.1 zh-cn,I wonder how you did it?
     
  14. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    Where can I get these: ?
    Microsoft-Windows-EditionSpecific-ServerTurbine-Package
    Microsoft-Windows-EditionPack-ServerTurbine-Package
    Microsoft-Windows-EditionPack-ServerTurbine-WOW64-Package
     
  15. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    I'm a newbie to the reconstruction but I like your work and I'm willing to learn
     
  16. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #3617 Tarsynear, Jul 12, 2021
    Last edited: Jun 12, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #3618 Skylined, Jul 12, 2021
    Last edited: Jul 12, 2021
    I'm trying to get Windows server 2022 to pair and connect to a bluetooth speaker.

    For server 2016 using these commands - bluetooth speaker pairs and connect
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-onecore-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-drivers-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"

    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-WOW64-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-WOW64-onecore-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-WOW64-drivers-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"

    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-Connectivity-Bluetooth-onecoreuap-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"
    dism /online /add-package /packagepath:"C:\Windows\servicing\packages\Microsoft-OneCore-SystemSettings-Bluetooth-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum"

    it also works for Server 2019.

    But in Server 2022 I get an error - speaker pairs but cannot connect.

    Any help would be appreciated. Thanks
     
  18. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    I am very sorry to hear this my friend, and I apologize in advance for my words, but your valuable knowledge, along with you, will become just dust and literally worthless if not shared.

    The true teacher, the true teacher draws his energies from the sparkle in the eyes of his disciples, from the enthusiasm he causes in his students.

    Regards
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
    Hmm :)