• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Remote Desktop user

mod man

n00b
Joined
Jan 23, 2005
Messages
12
Hello!

I have 1 account for remote desktop connection and now i would like to see if that user is logged on. I would to that with php so best way would be if there is any file that remote desktop uses it. Does anyone know how could i do that?

greets,simon.
 
I know you can do with using the MMC Snap-In, which means you might be able to do it through ASP. Also, I believe there's a console tool in the Resource Kit that returns a list of the users who are logged in and their session type. You could always have PHP run the utility and then look through the output to see if any of those users have a remote session, but this all seems like a very roundabout way of doing something that can be done in a few seconds using a remote MMC session.
 
Back
Top