In this Video I’m going to show you How to Convert Windows Server 2012 r2 server Core to the Full GUI mode and How to recover Full GUI mode after remove .net framework 4.5 from Windows server 2012 r2 for the both problem solution are same.
Windows server 2012 R2 allow you to switch Core installation to Graphical user interface anytime and if the full GUI version is installed you want remove after deployment you can do it easily.
Commands:
To install .net Framework 4.5: DISM.exe /online /enable-feature /all /featurename:NetFx4
To restart server in Core interface: sconfig
To check list of windows feature with status: DISM /online /get-feature /format:table | more
To install powershell: DISM.exe /online /enable-feature /all /featurename:MicrosoftWindowsPowershell
To install Server GUI shell and serer GUI management infrastructure (powershell command):
add-windowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Our Social Links-
Facebook- / videostorehouse
#WindowsServer2012 #dotNetFramework #powershell