Jump to content
  • entries
    18
  • comment
    1
  • views
    8312

To “GUI” or Not to “GUI” ? (Windows Server 8 Tip)


skok

598 views

 Share

Problem

Δίλημμα : To "GUI" OR Not to "GUI" ?

Σε Windows Server 2008 R2 η λύση ήταν μονόδρομος Server Core ή Server Full Installation δηλαδή Not GUI και GUI.

Ναι αλλά στον Windows Server 8 έχεις επιλογές ... και αν αλλάξεις γνώμη ξαναγυρνάς πίσω στο αγαπημένο σου GUI και Metro UI και μετά αν βαρεθείς τα χρώματα πας πίσω στο "μαύρο" PowerShell.

Λοιπόν έχεις εγκαταστήσει Full Installation με GUI (Server with a GUI ) και δεν θες πλέον χρώματα,το βαρέθηκες το GUI .... No more GUI ...

Εχεις τις εξής επιλογές να πας σε Minimal Server Interface (Server without GUI Server Graphical Shell ) και σε Server Core απο Full Installation και το ανάποδο !!!

Σε Minimal Server Interface δεν έχεις Server Graphical Shell (GUI) module και δεν λειτουργεί το Metro UI , Internet Explorer 10,o Windows Explorer, το desktop, και το Start screen.Υπάρχουν ακόμη και λειτουργούν τα MMC , ο Server Manager και κάποια components του Control Panel.

Το Minimal Server Interface (Server without GUI) είναι ένα intermediate state ανάμεσα στον Server Core και το Server with a GUI (Full Installation).

Solution

Θα αναφέρω παρακάτω πως μπορείς να αλλάξεις GUI State σε Windows Server 8 με την βοήθεια του PowerShell.

- Full Installation to Server Core

Εχεις Full Installation with GUI και θες να αλλάξεις και να πας σε Server Core…

Κανένα πρόβλημα … ανοίγεις PowerShell as Administrator και όλα είναι απλά :

1.Από PowerShell δίνεις τα commands

Import-Module Dism

Disable-Feature –online -Featurename ServerCore-FullServer

και κάνουμε restart.

ή

2. Δίνεις το command

Uninstall-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

- Server Core to Full Installation

1. Από PowerShell δίνεις τα commands

Import-Module Dism

Enable-Feature –online -Featurename ServerCore-FullServer,Server-Gui-Shell,Server-Gui-Mgmt

ή

2.Δίνεις το command

Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

- Full Installation to Server Minimal Interface (Without GUI)

Σε PowerShell δίνεις το Command :

Uninstall-WindowsFeature Server-Gui-Shell –Restart

- Minimal Server Interface (Without GUI) to Full Installation

Σε PowerShell δίνεις το Command :

Install-WindowsFeature Server-Gui-Shell –Restart

- Minimal Server Interface (Without GUI) to Server Core

Σε PowerShell δίνεις το Command :

 

Uninstall-WindowsFeature Server-Gui-Mgmt-Infra –Restart

- Server Core to Minimal Server Interface (Without GUI)

Σε PowerShell δίνεις το Command :

Install-WindowsFeature Server-Gui-Mgmt-Infra –Restart

Σε PowerShell δίνεις το Command :

 

Uninstall-WindowsFeature Server-Gui-Mgmt-Infra –Restart

Αν τώρα έχεις Full Installation και θέλεις να κάνεις enable το Desktop Experience και να έχεις Metro UI Apps όπως σε Windows 8

τότε απλά δίνεις τα Commands

- Για Install

Install-WindowsFeature Desktop-Experience -Restart

- Για Uninstall

Uninstall-WindowsFeature Desktop-Experience -Restart

Conclusion

Αυτός δεν είναι Server ... Transformer είναι ... Τι να μας πει τώρα και ο Optimus Prime ...

Windows Server 8 ... The Leader of the Servers !!!

Reference

To reach the installation state in each column… Server Core installation option Minimal Server Interface Server with a GUI installation option Desktop Experience feature installed
Select these features in Server Manager: none Graphical Management Tools and Infrastructure Graphical Management Tools and Infrastructure, Server Graphical Shell Graphical Management Tools and Infrastructure, Server Graphical Shell, Desktop Experience
Run the Windows PowerShell install/uninstall commands with these values for the Name parameter: none Server-Gui-Mgmt-Infra Server-Gui-Mgmt-Infra, Server-Gui-Shell Server-Gui-Mgmt-Infra, Server-Gui-Shell, Desktop-Experience

Server Core installation option Minimal Server Interface Server with a GUI installation option Desktop Experience feature installed
Command prompt available available available available
Windows PowerShell / Windows .NET available available available available
Server Manager not available available available available
Microsoft Management Console not available available available available
Control Panel not available not available available available
Control Panel applets not available some available available available
Windows Explorer not available not available available available
Taskbar not available not available available available
Notification area not available not available available available
Internet Explorer not available not available available available
Built-in help system not available not available available available
Themes not available not available not available available
Metro-style Start screen not available not available not available available
Metro-style apps not available not available not available available
Windows Media Player not available not available not available available
 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...