GUI追加

(16)
apt update
apt -y install ubuntu-desktop
shutdown -r now

 

(18)
https://blog.amedama.jp/entry/2018/08/04/230601

apt update
apt -y install ubuntu-desktop
shutdown -r now

 

(9)
apt install task-gnome-desktop
reboot


(10)
apt install task-kde-desktop
reboot

 

(7)
https://blog.amedama.jp/entry/2015/09/01/232339


yum -y groupinstall "GNOME Desktop"
systemctl set-default graphical.target
systemctl get-default
shutdown -r now


(8)
https://www.server-world.info/query?os=CentOS_8&p=desktop&f=1

dnf -y group install "Server with GUI"
systemctl set-default graphical.target
systemctl get-default
shutdown -r now

(2012R2)

Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell


(2016)
インストール後に、Server Core とデスクトップ エクスペリエンス搭載サーバーとの間の変換は実行できません。

(2019)
インストール後に、Server Core とデスクトップ エクスペリエンス搭載サーバーとの間の変換は実行できません。