windows server 2012 r2 is booting in core version

Ayman Albarody 20 Reputation points
2023-04-30T23:44:30.32+00:00

After installing the latest update of windows server 2012 r2 and rebooting it, i figured out that windows boots as a core version, only command prompet works and appear.

The server works well and the applicatin works well also but i cant access the GUI although the needed features are insatlled

I run "explorer" , "services" and "lusrmgr" from the command prompt and the server manager also, and found all works well

How can i access the GUI?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,729 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-05-01T00:49:55.1+00:00

    Ok, likley the latter then

    • the feature of switching core->GUI->core was riddled with problems and was abandoned with 2016 and forward.
    • typical reason for the GUI to unexpectedly appear as core is a badly broken DotNet so you may need to clean install it.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-05-01T00:00:46.4166667+00:00

    You can try from PowerShell.

    install-windowsfeature -name server-gui-mgmt-infra,server-gui-shell
    
    

    but two things;

    • the feature of switching core->GUI->core was riddled with problems and was abandoned with 2016 and forward.
    • typical reason for the GUI to unexpectedly appear as core is a badly broken DotNet so you may need to clean install it.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. FrancieleyDias-4404 0 Reputation points
    2025-03-04T17:35:51.2766667+00:00

    Ipconfig/dysplay

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.