Change Windows GUI to CORE and back
If you want to change a Windows server with a GUI to a Windows CORE server use this command.
1 |
remove-windowsfeature server-gui-shell,server-gui-mngt-infra |
To get the gui back:
1 |
install-windowsfeature server-gui-shell |