0

Server 2012 R2 – Powershell

To Add / Remove the GUI from Server 2012 R2 Core use these commands; To Add [shell] dism /online /enable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt [/shell] To Remove [shell] dism /online /disable-feature /featurename:ServerCore-FullServer /featurename:Server-Gui-Shell /featurename:Server-Gui-Mgmt [/shell]