码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-02-06 11:29:45      阅读:543      评论:0      收藏:0      [点我收藏+]

标签: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 
                } 
        }


本文出自 “汜水流年_” 博客,请务必保留此出处http://timefiles.blog.51cto.com/8475652/1612216

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

标签:powershell   图形   server core   

原文地址:http://timefiles.blog.51cto.com/8475652/1612216

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!