删除远程电脑的过期的登录Session
in cmd
net use the machine
example : net use \\10.1.0.37
find who is using the machine
qwinsta /server:10.1.0.37
if you want to kill a session
rwinsta /server:10.1.0.37 1
where 1 is the session id
in cmd
net use the machine
example : net use \\10.1.0.37
find who is using the machine
qwinsta /server:10.1.0.37
if you want to kill a session
rwinsta /server:10.1.0.37 1
where 1 is the session id