原因分析:

自己操作卸载了.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啦。

相关文章:

  • 2021-12-13
  • 2022-12-23
  • 2021-07-13
  • 2022-02-01
  • 2021-10-24
  • 2021-12-25
  • 2022-12-23
  • 2021-09-15
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2021-10-25
  • 2021-10-17
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案