Remote Desktop Connection Login

S

Sin Jeong-hun

Windows XP only allows one user. If I connect a computer through RDC
and another person is already logged in, it says, "...is logged in.
Only administrator can ...". But it's only after I have typed my id and
password. It's so tedious. Is there any way to find out if the remote
computer is avaiable (no user has logged in) before I login, or is
there any way I can programatically check it after programatically
logged in (any source code?)?
 
P

Pegasus \(MVP\)

Sin Jeong-hun said:
Windows XP only allows one user. If I connect a computer through RDC
and another person is already logged in, it says, "...is logged in.
Only administrator can ...". But it's only after I have typed my id and
password. It's so tedious. Is there any way to find out if the remote
computer is avaiable (no user has logged in) before I login, or is
there any way I can programatically check it after programatically
logged in (any source code?)?

If the remote desktop host is part of a VPN then you can
run this command on your own PC:

nbtstat -A aaa.bbb.ccc.ddd

It will show you who's logged on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top