[ARCHIVED] Windows Editions Reconstruction Project

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

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

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7122 xinso, Mar 22, 2022
    Last edited: Mar 22, 2022
    But I don't know their Target.

    mklink /J "%MT%\Users\All Users" "Original Folder"
    mklink /J "%MT%\Users\Default User" "Original Folder"

    Q: How to check "Original Folder"?

    mklink /J "C:\Users\All Users" "C:\ProgramData"
    mklink /J "C:\Users\Default User" "C:\Users\Default"

    Correct?
     
  3. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Didn't I gave you that in the image?
    [​IMG]
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  7. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Check if your image has dismprov.dll.
     
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Check install.xml
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    I followed gailium119's instructions.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  11. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    1, 2 Already completed
    3,4 Hard, as it is hard to identify the names of the packages.
    e.g.
    Code:
    microsoft-windows-languagefeatures-fonts-hans-package-amd64 
    "Hans" is not equal to "zh-CN"
    Also, not all fods have langpacks. The user has to identify which to install.
    EDIT:
    This is necessary
    upload_2022-3-23_10-16-46.png
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7138 xinso, Mar 23, 2022
    Last edited: Mar 23, 2022
    Language features, you have to figure it out from 38 Edition_xx-xx.esd.

    FOD language packs, same.

    N & not-N,
    1. Media Player
    2. Microsoft-Windows-Media-Placeholder-Package
     
  13. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Customize it yourself.
    Just dism /online /getpackages
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    You are making script for users to use. If they can customize it themselves, they don't need you.