[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
    #2021 xinso, Mar 12, 2021
    Last edited: Mar 12, 2021
    They use the same SPP service.
     
  2. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
    #2022 EeroS, Mar 12, 2021
    Last edited: Mar 12, 2021
    I'll try to add Store to my Server IoT Enterprise and see what's going to happen.
    Edit:it works just fine.
    Screenshot 2021-03-12 134455.jpg
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2023 xinso, Mar 12, 2021
    Last edited: Mar 12, 2021
    Let's see how vNext Client as Server works.
     
  4. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi dear friend @EeroS

    Can you share with us which method was used to obtain this result and, if possible, the files as well?

    Thanks in advanced.

    Regards,
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2026 xinso, Mar 12, 2021
    Last edited: Mar 12, 2021
    "Turn Windows features On or Off" is controlled by:

    Client: OptionalFeatures.exe
    Server: ServerManager.exe

    Q: Is it possible to have them coexist?
     
  6. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2028 xinso, Mar 13, 2021
    Last edited: Mar 13, 2021
    Yes.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  9. xinso

    xinso MDL Guru

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

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2032 xinso, Mar 13, 2021
    Last edited: Mar 13, 2021
    Q: How Microsoft prepares UUP files?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2033 xinso, Mar 13, 2021
    Last edited: Mar 13, 2021
    What else to do while awaiting IoTEnterpriseS?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2034 xinso, Mar 13, 2021
    Last edited: Mar 13, 2021
    Q: How to replace string in a text?
    A:

    Command:
    cscript replace.vbs *.txt "Source String" "Target String"

    replace.vbs
    Code:
    Const ForReading = 1    
    Const ForWriting = 2
    
    strFileName = Wscript.Arguments(0)
    strOldText = Wscript.Arguments(1)
    strNewText = Wscript.Arguments(2)
    
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objFile = objFSO.OpenTextFile(strFileName, ForReading)
    strText = objFile.ReadAll
    objFile.Close
    
    strNewText = Replace(strText, strOldText, strNewText)
    Set objFile = objFSO.OpenTextFile(strFileName, ForWriting)
    objFile.Write strNewText  'WriteLine adds extra CR/LF
    objFile.Close
    
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2036 xinso, Mar 14, 2021
    Last edited: Mar 14, 2021
    Q: What is the difference in packages between 20303.1 "ContainerOS" and "Professional"?
     
  16. xinso

    xinso MDL Guru

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

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2039 xinso, Mar 14, 2021
    Last edited: Mar 14, 2021
    Q: How to stop Windows from locking downloaded files?
    A:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
    
    .
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #2040 xinso, Mar 14, 2021
    Last edited: Mar 14, 2021
    Q: Why vNext Preview Server and Client use diffrent build number?
    Code:
            <Phase seq="1">
                <package id="Microsoft-Windows-StarterEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows Starter Edition" targetState="Installed" options="0"/>
                <package id="Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows Core Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-CoreCountrySpecificEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows CoreCountrySpecific Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-EnterpriseEvalEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows EnterpriseEval Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows EnterpriseS Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-EnterpriseSEvalEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows EnterpriseSEval Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-PPIProEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows PPIPro Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows Professional Edition" targetState="Staged" options="9"/>
                <package id="Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.20303.1" name="Windows EnterpriseG Edition" targetState="Staged" options="9"/>
            </Phase>