当前位置: > 运维管理 >

Windows server 2012 R2开机进入cmd,关闭后黑屏问题

时间:2018-05-20 02:00来源:linux.it.net.cn 作者:IT

原因分析:

自己操作卸载了.net framework,系统没有了图形界面(由完整模式Full变为了核心模式core),需要重新恢复.net framework4.5。

解决方法分析:

需要将核心模式core 变回完整模式 Full,用dism命令。

具体操作:

dism  /online  /enable-feature  /all  /featurename:servercore-fullserver  /featurename:server-gui-shell  /featurename:server-gui-mgmt

PS:每个“/”前有空格,否则会报错;接下来就是等待,当提示是否重启电脑(Y/N)时只需重启就ok啦。



(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容