Windows Server 2012: Convert server Core to server with a Gui

  1. Create a to mount a Imaging File (WIM) in with the command mkdir c:\mountdir

  2. Determine the index number for a with a GUI (for example, SERVERDATACENTER, not SERVERDATACENTERCORE) using this command at an elevated command prompt:

  3. Mount the WIM file using this command at an elevated command prompt:

  4. Start Windows and run this cmdlet:

    Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart –Source c:\mountdir\windows\winsxs

  5. Alternatively, if you want to use Windows as the source instead of a WIM file, use this Windows PowerShell cmdlet:

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

Translate »
%d bloggers like this: