Using the Remote Desktop client usually lands you in a seperate session on the windows server. There are times, however, when you might want to be able to connect to the console directly instead of being in a seperate session. This is how.
使用远程桌面客户端通常会使您进入Windows服务器上的单独会话。 但是,有时您可能希望能够直接连接到控制台而不是单独进行会话。 就是这样
Start the remote desktop client from the command line or the Start/Run dialog with this command:
使用以下命令从命令行或“启动/运行”对话框启动远程桌面客户端:
mstsc /console
mstsc /控制台
You can now select the server you wish to connect to, and you will connect to the server console session instead of a seperate session.
现在,您可以选择要连接的服务器,然后将连接到服务器控制台会话,而不是单独的会话。
If you want to see the usage dialog, type mstsc /?
如果要查看用法对话框,请键入mstsc /?