[Guide] Adding Gui to Server Core - 1.22v

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

  1. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    I am pretty sure all servers contain hyper-v. I believe it is integral to the function.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,198
    974
    90
    those packages are not included in windows 10 32bit i think
     
  3. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Add Gui to ServerDatacenterACor(1709)
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      361 KB
      Views:
      72
    • 2.PNG
      2.PNG
      File size:
      365 KB
      Views:
      68
  4. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,198
    974
    90
    #145 LiteOS, Feb 20, 2018
    Last edited: Feb 20, 2018
    (OP)
    @sebus
    xinso said shellinfra pkg is also important to install
    also it might need to install them all
     
  5. eddo2018

    eddo2018 MDL Junior Member

    Jan 6, 2018
    68
    31
    0
    You can remove The Hyper-V components even from HyperCore, w/o any problem.

    Which then will be the lightest x64 windows ever (and 100% free)
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #147 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    Good news.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #148 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    Installed in your own way and working?
     
  8. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Download this forum "WMC_6.3.9600.16384_x64_v12", I made some improvements, It can work.
     
  9. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Would you please to see whether it can do?
    Code:
    @echo off
    pushd "%~dp0"
    
    set MT=X:\mount   
    
    reg load HKLM\SOFT "%MT%\Windows\System32\config\software"
    
    for /f %%i in ('findstr /i . Add.txt 2^>nul') do ( call :SETVALUE %%i )
    
    reg unload HKLM\SOFT
    
    for /f %%i in ('findstr /i . add.txt 2^>nul') do dism /NoRestart /image:%MT% /add-package:X:\mount1 /Packagename:%%i
    
    pause
    exit
    
    
    
    @echo off
    cd /d "%~dp0"
    
    %~dp0NSudoC.exe -U:T -P:E "%~dpadd_Offline.cmd"
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #151 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    No. That is for removing packages.
     
  11. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    #152 zhanglin, Feb 21, 2018
    Last edited: Feb 21, 2018
    Sorry, just said to you is "mum" batch installation, whether to write this?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #153 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    No comment.
     
  13. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Just feel shy to see what you mean.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #155 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    No. You cannot post what I said to you privately.
     
  15. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Ask a question, such as "Microsoft Windows - EditionSpecific - Enterprise - Package. ESD" after decompression, how can fast installation you want "mum" file?
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #157 xinso, Feb 21, 2018
    Last edited: Feb 23, 2018
    Add-Package.cmd
    @echo off
    pushd "%~dp0"

    set MT=Image:F:

    set FD=D:\Downloads\Windows\WIN10\17093\UUPs\amd64fre_Client_zh-tw_lp

    for /f %%i in ('findstr /i . Add-Package.txt 2^>nul') do dism /norestart /%MT% /add-package:%FD%\%%i.mum

    pause
    exit
     
  17. zhanglin

    zhanglin MDL Addicted

    Jan 11, 2018
    985
    513
    30
    Thank you for that.
     
  18. truongpro

    truongpro MDL Novice

    Aug 2, 2016
    23
    3
    0
    Wow, that verry fast way for add a lot of packages
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,528
    13,519
    340
    #160 xinso, Feb 21, 2018
    Last edited: Feb 21, 2018
    Yes, it is.