Windows 2012 R2, only booting with command promt??
Hi I have installed windows sever 2012 R2, but upon logging, i am only getting the command promt???
March 24th, 2015 6:42pm

Hello

Yes :) Manage with powershell localy or remote with mmc or...
https://technet.microsoft.com/en-us/library/jj574205.aspx

Free Windows Admin Tool Kit Click here and download it now
March 24th, 2015 6:56pm

HOW DO I INSTALL GUI??
March 24th, 2015 8:21pm

Hello

with clean install or from powershell https://technet.microsoft.com/en-us/library/hh831786.aspx

Free Windows Admin Tool Kit Click here and download it now
March 24th, 2015 8:25pm

Hi JACOB,

Yes, you can add the GUI realted feature via powershell, please run the powershell cmdlets below as Sneff posted:

Get-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell | Install-WindowsFeature restart

And this article is for your reference, which list the differences between server core and full install:

Use PowerShell to Remove the GUI on Windows Server 2012

If there is anything else regarding this issue, please feel free to post back.

Best Regards,

Anna Wang

March 25th, 2015 1:40am

Do you need Internet to peform this command as this computer does not have any internet acess
Free Windows Admin Tool Kit Click here and download it now
April 4th, 2015 12:20pm

Hi JACOB,

If the server can't connect internet, you will need to use Windows Server 2012 R2 installation media and source parameter:

1.Insert the updated Windows Server 2012 R2 DVD into the computer's DVD drive.

2.Type the following command to determine the index number that's required for steps 3.

3.Type the following PowerShell command, in which <drive> represents the location of the Windows Server 2012 R2 installation files and <index> represents the numbered index from step 2:

Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell Source wim:<drive>:\sources\install.wim:<index>
For example: If your media is on drive F, and you are installing the full version of Datacenter, enter the following command:
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell Source wim:f:\sources\install.wim:4

For more detailed information, please refer to this article:

You can't install features in Windows Server 2012 R2

If there is anything else regarding this issue, please feel free to post back.

Best Regards,

Ann

April 6th, 2015 2:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics