Is there a log or some other way to tell who has remoted in to my (xp) machine?

link|improve this question
feedback

migrated from stackoverflow.com Apr 13 '10 at 14:32

This question came from our site for professional and enthusiast programmers.

2 Answers

There is a codeplex project for Remote Access Monitor - you can use it to detect logins. If you aren't interested in the "monitor" side of things, you could rip out the code examples and use it to log to a file instead.

http://remoteaccessmonitor.codeplex.com/

link|improve this answer
feedback

To see current connections:

  • open "Users" tab in Task Manager
  • or use qwinsta on command line.

To register all connections (logins) to the Event Log, enable Account login auditing in secpol.msc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown