zoukankan      html  css  js  c++  java
  • windows server core 设置shell 及切换

    hkey_local_machine/software/Microsoft/windows nt/currentversion/winlogon/shell

    1)windows server 2012、minShell切换到server core:

    打开cmd->输入“powershell”->输入“Uninstall-windowsfeature server-gui-mgmt-infra –restart”然后等待它自己卸载重启就行了。

    2)server core切换到minShell:

    在cmd->输入“powershell”->"Install-windowsfeature server-gui-mgmt-infra –restart"然后等待它自己安装重启就行了。

    3)server core、minShell切换到windows server 2012:

    在cmd->输入“powershell”->"Install-windowsfeature server-gui-mgmt-infra,server-gui-shell –restart"然后等待它自己安装重启就行了。

  • 相关阅读:
    C语言I博客作业09
    C语言I博客作业08
    14
    13
    12
    11
    10
    9
    8
    7
  • 原文地址:https://www.cnblogs.com/baozhu/p/5656791.html
Copyright © 2011-2022 走看看