windows – shadow / V实际上做了什么?

前端之家收集整理的这篇文章主要介绍了windows – shadow / V实际上做了什么?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
根据影子:
C:\Users\mark.henderson>shadow /?
Monitor another Remote Desktop Services session.

SHADOW {sessionname | sessionid} [/SERVER:servername] [/V]

  sessionname         Identifies the session with name sessionname.
  sessionid           Identifies the session with ID sessionid.
  /SERVER:servername  The server containing the session (default is current).
  /V                  Display information about actions being performed.

/ V用于显示有关正在执行的操作的信息.但是对于我的生活,我无法得到这面旗帜. Technet is no more helpful比上面的文字;和neither is google.

执行,比如说影子3 /server:myts1.example.com / V只是正常遮住帐户.

描述似乎有点偏.

正确的命令是:

shadow /V [n]

其中[n]实际上是一个会话号.

shadow /V 1

以上将远程连接到会话1.会话编号可以在任务管理器的用户选项卡下找到.

会话中将出现提示并请求用户接受或拒绝远程控制.

原文链接:https://www.f2er.com/windows/370723.html

猜你在找的Windows相关文章