| Řešení:Kdo je přihlášen, zjistíme zadáním na příkazovém řádku:qwinsta
 
 Následné vzdálené odhlášení provedeme:
 
 LOGOFF [sessionname | sessionid] [/SERVER:servername] [/V] [/VM]
 
 sessionname         The name of the session.
 sessionid           The ID of the session.
 /SERVER:servername  Specifies the Remote Desktop server containing the user
 session to log off (default is current).
 /V                  Displays information about the actions performed.
 /VM                 Logs off a session on server or within virtual machine. The unique ID of the session needs to be specified.
 |