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
}
}
本文转自bard_zhang51CTO博客,原文链接: http://blog.51cto.com/timefiles/1612216,如需转载请自行联系原作者