您需要安装Desktop Experience。只需打开您的Powershell并执行以下命令即可安装::
Import-Module ServerManager
Install-WindowsFeature Server-Gui-Mgmt-Infra
要使用Windows PowerShell安装Server Graphical Shell,请使用以下命令:
Import-Module ServerManager
Install-WindowsFeature Server-Gui-Shell
要使用Windows PowerShell安装Desktop Experience,请使用以下命令:
Import-Module ServerManager
Install-WindowsFeature Desktop-Experience
要使用Windows PowerShell安装Media Foundation,请使用以下命令:
Import-Module ServerManager
Install-WindowsFeature Server-Media-Foundation
要使用Windows PowerShell卸载Server Graphical Shell,请使用以下命令:
Import-Module ServerManager
Uninstall-WindowsFeature Server-Gui-Shell
而已!执行后重启。单击桌面后,您将找到“个性化”,并且还可以启用音频。干杯!!!!