Friday, August 22, 2014

GUI went missing on Windows 2012

So, you have uninstalled .NET Framework from your brand new Windows 2012 Server and GUI went missing. Well, it happens.

To fix this, run task manager, then cmd.exe. Next step is to run this command:

Dism /online /enable-feature /all /featurename:Server-Gui-Mgmt 
     /featurename:Server-Gui-Shell /featurename:ServerCore-FullServer


More about this "funny" issue here

No comments:

Post a Comment