How do I get the Server 2012 GUI?
Emily Wong
Updated on February 21, 2026
How do I get the Server 2012 GUI?
To enable the Server Graphical Shell GUI using DISM on a Server Core machine:
- At the command prompt, type dism /online /enable-feature /featurename:server-gui-mgmt /featurename:server-gui-shell /featurename:servercore-fullserver.
- Type y when prompted to reboot the server.
What is GUI in Windows Server 2012?
The Windows Server Core concept, which centers on running Windows without a graphical user interface (GUI), has been around since Windows Server 2008, but Windows Server 2012 is the first version of Windows Server to offer the ability to add or remove the GUI without reinstalling the operating system.
How do I install a Windows core GUI?
To enable the Server Graphical Shell GUI using Windows PowerShell on a Server Core machine:
- At the command prompt, type powershell.
- At the Windows PowerShell prompt, type install-windowsfeature -name server-gui-mgmt-infra,server-gui-shell.
- The feature installation may take a few minutes.
What PowerShell command would you use to disable the server graphical shell?
Removing GUI From Server 2012 R2 Using PowerShell
- Run PowerShell as administrator.
- Run the command Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra.
- Now reboot your server (You can do this from PowerShell by running the command Shutdown –r -t 0)
How do I run PowerShell from the command line?
Open PowerShell from the Command Prompt (all Windows versions) A geeky method that works involves starting PowerShell from the Command Prompt. If you have opened the Command Prompt, type “start powershell” (without the quotation marks) and press Enter on your keyboard.
What is the difference between Server Core and GUI?
The main difference between the Server with Desktop Experience installation option and Server Core is that Server Core does not include the following GUI shell packages: Microsoft-Windows-Server-Shell-Package. Microsoft-Windows-Cortana-PAL-Desktop-Package.
What is the difference between Server Core and Server with GUI?
The main difference between the Server with Desktop Experience installation option and Server Core is that Server Core does not include the following GUI shell packages: Microsoft-Windows-Server-Shell-Package. Microsoft-Windows-Server-Gui-RSAT-Package.
Which of the following are benefits of using Windows Server 2012 R2 Server Core?
In this article
| Benefit | Description |
|---|---|
| Less disk space required | Server Core requires about 4GB to install. |
| Less memory (RAM) required | Because fewer services are running on a Server Core-based server, memory that would otherwise be needed by Windows is available to Server applications. |
How do I run a PowerShell script from PowerShell?
How can I easily execute a PowerShell script?
- Browse to the location you stored the ps1-file in File Explorer and choose; File-> Open Windows PowerShell.
- Type (part of) the name of the script.
- Press TAB to autocomplete then name. Note: Do this even when you typed the name in full.
- Press ENTER to execute the script.
How do I elevate a PowerShell session?
The easiest way to start elevated Powershell windows is by searching for the Powershell application. Press the Windows button to open the start menu and type Powershell. Select Run as administrator to launch run a Powershell window with full privileges. Press Yes in the UAC prompt, and you are good to go!
Which features must be removed from a full GUI installation of Windows Server 2012 r2 in order to convert it to a Server Core installation Choose all that apply?
Correct: Removing the Graphical Management Tools and Infrastructure feature is required to convert to a Server Core installation.
What is a GUI server?
The GUI Server is responsible for generating the dynamic web-based user interface of Netcool/Impact. It brokers requests between end users’ web browsers and Netcool/Impact, and returns the graphical views that you use to work with the data model, services, and policies.