Windows Editions Reconstruction Project

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #581 xinso, Sep 24, 2020
    Last edited: Sep 24, 2020
  2. febrero2048

    febrero2048 MDL Junior Member

    Oct 19, 2017
    90
    43
    0

    Where is the link to CMGE_V2020-L.1207_zh-CN_to_en-US_200924.1700.zip ?
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #583 xinso, Sep 24, 2020
    Last edited: Sep 24, 2020
    Done.
     
  4. febrero2048

    febrero2048 MDL Junior Member

    Oct 19, 2017
    90
    43
    0
    The lp folder is empty,

    3. Extract all content of en-US language pack to lp folder.

    Where I can get this pack?

    Thanks

    Log:
    Converting 17763.1 Windows 10 CMGE zh-CN to en-US
    Mounting image
    Adding en-US
    Error: 87
    No packages were found that require processing.
    Deleting zh-CN
    Reinstalling 17763.774 LCU
    Error: 87
    UI language is not installed.
    Current Edition : EnterpriseG
    Cleaning up image
    Unmounting image
    install.wim of 17763.1 Windows 10 CMGE en-US has been successfully converted.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
  9. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    10
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #590 xinso, Sep 28, 2020
    Last edited: Sep 29, 2020
    A1: Replace old with new, and save.

    [old]
    Code:
    echo.
    if /i exist mount\Windows\servicing\Packages\Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.774.1.12.mum (echo Reinstalling 17763.774 LCU&dism /english /quiet /scratchdir:"%~dp0temp" /image:mount /add-package:files\17763.774.cab)
    if /i exist mount\Windows\servicing\Packages\Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1397.1.5.mum (echo Reinstalling 17763.1397 LCU&dism /english /quiet /scratchdir:"%~dp0temp" /image:mount /add-package:files\17763.1397.cab)
    
    [new]
    Code:
    if /i exist mount\Windows\servicing\Packages\Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.774.1.12.mum (set LRF=17763.774.1.12&set SRF=17763.774) else (set LRF=17763.1397.1.5&set SRF=17763.1397)
    reg load HKLM\SOFTWARE1 mount\Windows\System32\config\SOFTWARE >nul
    reg add "HKLM\SOFTWARE1\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_RollupFix~31bf3856ad364e35~amd64~~%LRF%" /v Visibility /t REG_DWORD /d 1 /f >nul
    reg delete "HKLM\SOFTWARE1\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_RollupFix~31bf3856ad364e35~amd64~~%LRF%\Owners" /f >nul
    reg unload HKLM\SOFTWARE1 >nul
    echo.
    echo Removing %SRF% LCU
    call:DEL Package_for_RollupFix~31bf3856ad364e35~amd64~~%LRF%
    
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #592 xinso, Sep 28, 2020
    Last edited: Sep 28, 2020
    Sorry but I am not available for such things now.

    Which Features you'd like to remove?
     
  12. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    10



    Thanks ..
     
  13. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    10
  14. Thanks a Lot For Testing My Single Batch Script to Debloat Any Edition of Win10.
     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,341
    7,060
    210
    To 3. - To my knowledge, ServerHyperCore does not need to be activated. Probably the reason why there is no facility for changing key.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,687
    13,688
    340
    #600 xinso, Sep 30, 2020
    Last edited: Sep 30, 2020
    What about Windows 10 ServerRdsh (Desktop Experience)

    Give it a go and see.