Kami baru saja mendapatkan server khusus kami dari Rackspace. Itu dimuat dengan W2008 di atasnya. Saya memutuskan untuk menggunakan OS terbaru sehingga saya tidak perlu memutakhirkannya nanti. Ternyata selama instalasi, saya memilih opsi no gui.
Saya mencoba menginstal gui dari PowerShell yang saya lihat referensi di situs web lain.
Sebagai contoh:
Install-WindowsFeature Server-GUI-Shell -Restart
Ketika saya menjalankan ini, saya mendapatkan kesalahan berikut:
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 {}
Sepertinya saya tidak tahu cara menginstal gui di server ini.
Semua referensi yang saya lihat untuk menginstal gui mengatakan untuk menggunakan Server-GUI-Shell.
Ada yang punya saran?
sumber
existed in Server 2012 and Server 2012 R2
- Itu ada, tetapi tidak berfungsi sama sekali andal setelah Anda menerapkan pembaruan keamanan ke sistem. Anda harus memelihara wim yang ditambal, atau hanya menginstal ulang.Remove-WindowsFeature -Remove
untuk menyingkirkan konten 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.