[Guide by Xinso] Adding Gui to Server Core - 1.22v

Discussion in 'Windows Server' started by LiteOS, Dec 25, 2017.

  1. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I have made a copy of it
     
  2. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    #322 v72dd, Mar 11, 2018
    Last edited: Mar 11, 2018
    I think I found a solution for packages..

    UUP packages must be extracted like this. But is there a better way?

    Code:
    7z x C:\Users\Administrator\Desktop\UUP\EnterpriseN_en-us.esd 3\Windows\servicing -y -r -oF:\16299.15\
    7z x C:\Users\Administrator\Desktop\UUP\EnterpriseN_en-us.esd 3\Windows\WinSxS -y -r -oF:\16299.15\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-Client-Features-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-Client-Features-WOW64-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-EditionPack-Enterprise-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-EditionPack-Enterprise-WOW64-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-EditionSpecific-EnterpriseN-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\
    7z x C:\Users\Administrator\Desktop\UUP\Microsoft-Windows-EditionSpecific-EnterpriseN-WOW64-Package.esd -y -r -oF:\16299.15\Windows\WinSxS\

    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-Features-Package~31b
    f3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    The operation completed successfully.
    Press any key to continue . . .
     
  3. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Can we use GUI from 17115.1 for ServerCore 1709? Thank.
    Does DISM fail?
     
  4. eewertyuytrew

    eewertyuytrew MDL Junior Member

    May 16, 2016
    62
    11
    0
    #324 eewertyuytrew, Mar 11, 2018
    Last edited: Aug 31, 2020
    .
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #325 xinso, Mar 12, 2018
    Last edited: Mar 12, 2018
    Individual element is beyond my ability. Basically, if the right package is being correctly installed, those individual elements should be in place.

    As for IE and Edge, no problem. But Store has access restriction to Server is a fact.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    Yes if you know how to play trick. And if only when components are compatible.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #327 xinso, Mar 12, 2018
    Last edited: Mar 12, 2018
    You've done a great job, man. (amd64fre_Client_en-us_lp.esd?)


    Scripting
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #328 xinso, Mar 12, 2018
    Last edited: Mar 12, 2018
    If for Server as Workstation, to my best experience, it would be easier converting Client to Server.
     
  9. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    Im wondering if nano server can be also gui :D
     
  10. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    Edge installs, but I already commented that it only crashes
     
  11. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    I had no problem with 7-zip extract (from GUI, not command tool)
     
  12. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    #332 v72dd, Mar 12, 2018
    Last edited: Mar 12, 2018
    7zip GUI shows data error and fails if you extract EnterpriseN_en-us.esd

    Can you repost guide for Server -> ServerHyperCore? I forget to save. :(
     
  13. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    #333 v72dd, Mar 12, 2018
    Last edited: Mar 12, 2018
    Also how to fix branding issues?

    Ah I forget..

    Interesting. Post guide how to do this. There is on bbs.pcbeta but cannot find now..
    Maybe through Security-Licensing-SLC-* tweak? :)
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #334 xinso, Mar 13, 2018
    Last edited: Mar 13, 2018
    1. Update Client to date

    2. Copy Client C:\Windows\Branding and rename as BrandingC
    3. Copy Server Branding to C:\Windows\ and rename as BrandingS
    4. Copy C:\Windows\BrandingS content (Basebrd and Shellbrd) to replace those in C:\Windows\Branding

    5. Install Server certificates packages (or copy certificates folder)
    6. Install Server key

    7. Apply Server Settings registry (refer to P.S. 1)
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Server]
    "ClientExperienceEnabled"=dword:00000001

    8. Reboot to take effect

    P.S
    1. Client Programs and Features will be converted to Server Manager. You can Install RSAT or control Features by dism command.

    2. For latest Windows Update afterwards,

    a. For 14393, as uasual. (CU is shared by Client and Server.)

    b. For versions other than 14393

    Option a: Revert Server to Client and get Update, then revert to Server. (By changing Branding and key. And reboot.)

    Option b: Install Updates manually.


    Note: For 10240/10586, the full Server certificates packages must be installed for activation. For 15063/14393/16299/RS4/RS5, certificates is OK.

    e.g. 10586 ServerHyperCore certificates packages

    Microsoft-Windows-Branding-ServerHyperCore-Package~31bf3856ad364e35~amd64~~10.0.10586.0.cab
    Microsoft-Windows-Branding-ServerHyperCore-Package~31bf3856ad364e35~amd64~xx-XX~10.0.10586.0.cab

    Microsoft-Windows-Editions-ServerDatacenter-Package~31bf3856ad364e35~amd64~~10.0.10586.0.cab
    Microsoft-Windows-Editions-ServerDatacenter-Package~31bf3856ad364e35~amd64~xx-XX~10.0.10586.0.cab

    Microsoft-Windows-Security-SPP-Component-SKU-ServerHyperCore-Package~31bf3856ad364e35~amd64~~10.0.10586.0.cab
     
  15. eewertyuytrew

    eewertyuytrew MDL Junior Member

    May 16, 2016
    62
    11
    0
    #335 eewertyuytrew, Mar 13, 2018
    Last edited: Aug 31, 2020
    .
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #336 xinso, Mar 13, 2018
    Last edited: Mar 13, 2018
    Hyper-V Server is Free Permanent activation.
     
  17. eewertyuytrew

    eewertyuytrew MDL Junior Member

    May 16, 2016
    62
    11
    0
    #337 eewertyuytrew, Mar 13, 2018
    Last edited: Aug 31, 2020
    .
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
  19. eewertyuytrew

    eewertyuytrew MDL Junior Member

    May 16, 2016
    62
    11
    0
    #339 eewertyuytrew, Mar 13, 2018
    Last edited: Aug 31, 2020
    .
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #340 xinso, Mar 13, 2018
    Last edited: Mar 13, 2018
    No. Once license is changed, so will be ProductPolicy.