1.进入PowerShell
在命令行提示输入符处,直接输入:
PowerShell
2.安装GUI
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
3.重启系统
shutdown -r -t 0
重启后需要配置系统,可能需要等一段时间才可以进入系统
本文来自博客园,作者:abce,转载请注明原文链接:https://www.cnblogs.com/abclife/p/7837338.html