Technology and troubleshooting.

Saturday, August 13, 2016

How to Switch GUI to Core and Core to GUI in Windows 2012R2 [Powershell]

This tutorial describes How to Switch Core to GUI and GUI to Core in Windows 2012R2 using Powershell.

Switch GUI to Core in Windows 2012 R2 using Powershell:-

Open > CMD > type "powershell" It will Switch to powershell terminal.
Import-Module Servermanager
Uninstall-WindowsFeature Server-GUI-Shell, Server-Gui-Mgmt-Infra -restart

Switch GUI to Core in Windows 2012 R2 using Powershell

Switch Core to GUI in Windows 2012 R2 using Powershell:-

Open > CMD > type "powershell" It will Switch to powershell terminal.
Import-Module Servermanager
Install-WindowsFeature Server-GUI-mgmt-infra, Server-GUI-Shell -restart

Switch Core to GUI in Windows 2012 R2 using Powershell

Video:-



  I hope this information is useful for you. Please forgive any typos or incomplete sentences.

Share:

0 comments:

Post a Comment

Contributors

Popular Posts