Właśnie dostaliśmy nasz serwer dedykowany z Rackspace. Został załadowany na nim W2008. Postanowiłem zainstalować na nim najnowszy system operacyjny, więc nie będę musiał go później aktualizować. Najwyraźniej podczas instalacji wybrałem opcję no gui.
Próbowałem zainstalować GUI z programu PowerShell, który widziałem w innym serwisie.
Na przykład:
Install-WindowsFeature Server-GUI-Shell -Restart
Po uruchomieniu tego pojawia się następujący błąd:
PS C:\> Install-WindowsFeature Server-GUI-Shell -Restart
Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature name is not valid: 'Server-GUI-Shell'.
The name was not found.
At line:1 char:1
+ Install-WindowsFeature Server-GUI-Shell -Restart
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Server-GUI-Shell:String) [Install-WindowsFeature], Exception
+ FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
False No InvalidArgs {}
Nie mogę wymyślić, jak zainstalować GUI na tym serwerze.
Wszystkie odniesienia do instalacji GUI, które widziałem, mówią o korzystaniu z powłoki GUI serwera.
Czy ktoś ma jakieś sugestie?
źródło
existed in Server 2012 and Server 2012 R2
- Istniał, ale nie działał wcale niezawodnie po zastosowaniu aktualizacji zabezpieczeń w systemie. Musisz albo zachować łatkę wim, albo po prostu zainstalować ponownie.Remove-WindowsFeature -Remove
aby pozbyć się zawartości SxS.We prioritized consistency with the Windows client desktop over the > ability to switch between Server Core and Server with Desktop. > Replacing the legacy desktop in Server with the Windows 10 desktop > experience resulted in our inability to support the Windows Server > 2012 R2 behavior.