[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,711
    14,437
    340
    #2081 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    Although it is officially activated, BUT there are files that would cause Time-Bomb BSOD.
     
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    The preview version removes the expiration time, which is still difficult for me at present, I can only block the display.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2083 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    Forget it. Use Official releases.
     
  4. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I am also thinking that in the early version, if you modify the installation package, you can install it offline or online. Now you can only install it offline, if you modify the installation package.It is probably the reason for Windows Integrity Check.I haven't figured out how to crack it.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2085 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    You can find the files, but I think NOT that easy.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2086 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    Manual Components Removal is good for Old systems because of new Update technology.
     
  7. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I don't understand it all at once, so I need to think about it.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2088 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    Create xml: copy information of a component manifest about File, Folder, manifest, registry, language File, etc

    Remove by xml: Remove those things documented in the created xml
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  10. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    It's a bit difficult for me
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2091 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    For creating xml:
    1. Read it's usage in readme.txt
    2. Set Path in settings.ini
    3. Run create.exe to start creating xml

    For removing components by xml definition
    1. Read it's usage in readme.txt
    2. Run remove.exe to start removing

    These two tools are seperated for two jobs. You can use my "repacked" one for convenient and flexible use - two jobs in one.
     
  12. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Can you send me a complete document?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    It's exact same as I mentioned. You need to digest it (together with #2089) yourself.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2094 xinso, Mar 17, 2021
    Last edited: Mar 17, 2021
    Microsoft starts pushing Feature update to 15063 PPIPro: H:\Windows\UpdateAssistantV2

    OK. Let me see how... Nope. It detects Manufacturer info.
    Code:
    2021-03-17 22:33:49.571, Error     [OperatingSystemInfo::GetOEM] Failed to read Manufacturer info. Error code 0x80070002
    
     
  15. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    How difficult is now adding normal desktop experience to ServerACor (like 20H2 or 21H1, taking something from client). I don't mean the server core AppCompatibility
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  17. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2098 xinso, Mar 18, 2021
    Last edited: Mar 18, 2021
    Q: Which package controls the "Desktop Experience" functionality for Server?
    A: Microsoft-Windows-ServerShellInfra-Package~31bf3856ad364e35~amd64~~10.0.20313.1.

    Q: How?
    A: amd64_server-gui-desktop-defaults_31bf3856ad364e35_10.0.20313.1_none_8d758579768fd10d.manifest.
    Code:
        <registryKey keyName="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Server\">
          <registryValue name="ClientExperienceEnabled" valueType="REG_DWORD" value="0x00000001" />
          <securityDescriptor name="WRP_REGKEY_DEFAULT_SDDL" />
        </registryKey>
    
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  20. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
    What's the next challenge? EnterpriseS conversion of Professional 20308.1?