wxyfj 发表于 2018-9-2 12:52:14

Powershell 给server core 系统安装图形界面

  PowerShell
  switch ($id)
  {
  "1" {Uninstall-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell}
  "2" {Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell}
  "3" {
  Import-Module Dism
  Enable-WindowsOptionalFeature -online -Featurename ServerCore-FullServer,Server-Gui-Shell,Server-Gui-Mgmt
  }
  }

页: [1]
查看完整版本: Powershell 给server core 系统安装图形界面