Windows/Install & Configure

[Windows] Windows Server 2012R2 core to GUI

Richard.Ryu 2022. 4. 28. 15:24
반응형

예전 Version인 2012R2 Core Version의 경우 아래와 같이 Command 창이 나오며, 해당 창에서 표시된 명령어를 수행하면, GUI로 설치됨.

1. powershell

2. Install-WindowsFeature -Name Server-GUI-Mgmt-Infra, Server-GUI-Shell -Restart

 

그러나, 최신 버젼인 2016, 2019 Core 에서 GUI로 변경하는 것은 이제 불가능합니다.

 

아래는 2012R2에서의 확인 및 방법 Screen Shot입니다.

 

먼저 powershell 에서 Feature가 있는 지 확인,

Get-WindowsFeature | findstr [X]

Reboot 이후, 정상적으로 GUI 화면이 표시됩니다.

 

반응형

'Windows > Install & Configure' 카테고리의 다른 글

[Windows] Windows Server Activation  (0) 2022.08.18
[Windows] Windows10 설치  (0) 2022.05.09
[Windows] Windows Server 2019 Setting  (0) 2022.04.28
[VMware] CentOS 8 Installation  (0) 2022.02.11
[VMware] VMware Workstation Install  (0) 2021.12.01