Script – Switch to / from Windows Core

Switch to Windows Core with GUI:

Import-Module ServerManager
Uninstall-WindowsFeature Server-GUI-Shell -Restart

Switch to Windows Core:

Import-Module ServerManager
Uninstall-WindowsFeature Server-GUI-Mgmt-Infra -Restart

Switch from Core to full GUI:

Import-Module ServerManager
Install-WindowsFeature Server-GUI-Mgmt-Infra
Install-WindowsFeature Server-GUI-Shell
Restart-Computer

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.